| |
|
|
- page 1 - |
|
Hugo Hugendubel | Liebe Forumsmitglieder, cet Frage avez son sûrement déjà souvent est: Ist XProfan cela richtig Programme pour meinen Anwendungsfall? je voudrais un Excel-Abrechnungssheet, welches de etwa 250 ordinateur-Laien zur Abrechnung verwendet wird, par un Programme ersetzen, welches keinerlei Ansprüche à qui vorhandene Hard- et Software stellt. (seulement une Windows-surface wird vorausgesetzt.)
je suis sur XProfan gestoßen et serait volontiers de Ihnen savons: peux on avec XProfan folgendes realisieren:
- EXE Programme avec un maximum 1-3 zusätzlichen Fichiers, aussi sur einem USB-Stick courir? - Kleine banque de données (maximum 500 Datensätze), notfalls comme (cryptée) Textdatei - Ausdruck de Rechnungsähnlichen Tabellen - Versenden cette Tabellen à bestimmte eMail-Adressen sans zusätzl. eMail-Client - Automatique installation- et Updatefunktionen
si on alle Fragen avec oui répondre peux: gibt es peut-être quelqu'un dans Ihrem Bekannten- ou bien Anwenderkreis qui dans Auftragsprogrammierung mir cet Anwendung écrit et / ou bien mich einweist et ou bien mir Hilfestellung gibt. |
|
|
| |
|
|
|
| |
|
- page 1 - |
|
| Alle Fragen DoppelJA!
Im Detail après wird obiges dans chacun Discours ici et là kniffelig, je wüsste cependant pas womit obiges einfacher comme avec XProfan allez. |
|
|
| |
|
|
|
Hugo Hugendubel | Verstehe. et là qui Antwortgeschwindigkeit cette Frage aussi vite était, denke je dass son mir aussi ici et là chez Kleinigkeite aider könntet .. ?
encore une Zusatzfrage:
Gibt es pour Profan aussi un Modul, dll, ou bien quoi-weis-je um simple PDFs direct trop erstellen?
Beste Grüße |
|
|
| |
|
|
|
H.Brill | Pour PDF gibt es quoi, dois arrêt seulement quelque chose lesen. Tricolore encore pas probiert.
[...] |
|
|
| Benutze XPROFAN X3 + FREEPROFAN Wir sind die XProfaner. Sie werden von uns assimiliert. Widerstand ist zwecklos! Wir werden alle ihre Funktionen und Algorithmen den unseren hinzufügen.
Was die Borg können, können wir schon lange. | 29.11.2009 ▲ |
|
|
|
|
| Könnte il aussi eingebautes WMF prendre et/ou bien HTML ou bien simple un PNG erzeugen - seulement so idées um notfalls sur PDF verzichten trop peut. |
|
|
| |
|
|
|
Christian Schneider | Alternativ un PDF-Printer. |
|
|
| |
|
|
|
| oui c'est ca, gute concept: [...] ! |
|
|
| |
|
|
|
| Hugo Hugendubel, Beitrag=55202, Zeitpunkt=29.11.2009
si on alle Fragen avec oui répondre peux: gibt es peut-être quelqu'un dans Ihrem Bekannten- ou bien Anwenderkreis qui dans Auftragsprogrammierung mir cet Anwendung écrit et / ou bien mich einweist et ou bien mir Hilfestellung gibt.
allô Hugo, lese "Auftragsprogrammierung" maintenant seulement - quelque chose comme peux on chez den Jobs [...] posten. là sollte on décrire quoi programmiert volonté soll et une konkrete somme appeler qui es einem wert ist. Alle volonté ensuite sur den Fil aufmerksam et chacun peux entscheiden, si il une Solution postest et Du entscheidest qui den Zuschlag bekommt. c'est ensuite intéressant, si on z.B. réellement quelque chose fix programmiert bekommen voudrais z.B. weil on es simple "brauch". |
|
|
| |
|
|
|
Hugo Hugendubel | Vielen Dank pour qui wertvollen Hinweise.
je werde mich à cela Forum Jobs wenden ..
comment markiert on une Fil comme Erledigt?
HH |
|
|
| |
|
|
|
| simple eigenen Titel (Ausgangsposting) Travailler - "Erledigt: Ist XProfan cela richtig Programme?". So wirds ensuite erkannt et behandelt. |
|
|
| |
|
|
|
Thomas Freier | Que le Pdf wird wohl schwierig. j'ai encore rien trouvé, dass comme Portable Software aus einer z.B. RTF-Dossier une PDF erstellt. une simple PDF erstelle je avec XProfan. Reiner Text de eingescannten Buchseiten sur une OCR-Sofware comme PDF. ici extra schmal, avec cela beim Lesen et 400% Vergrößerung pas horizontal gescrollt volonté doit. si einer la fois un RTF-Éditer zur PDF konvertiert, so serait mich qui Weg très intéresser. KompilierenMarqueSéparationcls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Textdatei von TopOCR
Proc New_PDF
var s_dlg%= Create("Dialog",%hwnd,"",0,0,370,330)
Declare Edit%, Bereich#,text$,x%,y%
Edit% = @Create("MultiEdit", %hwnd, "", 0,0, 360, -320)
Dim Bereich#, @FileSize("TEXT.TXT") + 4
ReadText Bereich#, "TEXT.TXT"
@SendMessage(Edit%, $000C, 0, Bereich#)
Assign #2,"TEXT.pdf"
Rewrite #2
Print #2,"%PDF-1.2"
Print #2,"%âãÏÓ"
Print #2,"1 0 obj"
Print #2,"<<"
Print #2,"/Author ()"
Print #2,"/CreationDate (D:20090105223536)"
Print #2,"/Creator (PDFproducer v1.3)"
Print #2,"/Producer (PDFproducer )"
Print #2,"/Title ()"
Print #2,"/Subject ()"
Print #2,"/Keywords ()"
Print #2,">>"
Print #2,"endobj"
Print #2,"4 0 obj"
Print #2,"<<"
Print #2,"/Type /Font"
Print #2,"/Subtype /Type1"
Print #2,"/Name /F1"
Print #2,"/Encoding 5 0 R"
Print #2,"/BaseFont /Arial"
Print #2,">>"
Print #2,"endobj"
Print #2,"5 0 obj"
Print #2,"<<"
Print #2,"/Type /Encoding"
Print #2,"/BaseEncoding /WinAnsiEncoding"
Print #2,">>"
Print #2,"endobj"
Print #2,"6 0 obj"
Print #2,"<<"
Print #2," /Font << /F1 4 0 R >>"
Print #2," /ProcSet [ /PDF /Text ]"
Print #2,">>"
Print #2,"endobj"
Print #2,"7 0 obj"
Print #2,"<<"
Print #2,"/Type /Page"
Print #2,"/Parent 3 0 R"
Print #2,"/Resources 6 0 R"
Print #2,"/Contents 8 0 R"
Print #2,"/Rotate 0"
Print #2,">>"
Print #2,"endobj"
Print #2,"8 0 obj"
Print #2,"<<"
Print #2,"/Length 6 0 R"
Print #2,">>"
Print #2,"stream"
Print #2,"BT"
Print #2,"/F1 10 Tf"
If GetLineCount(Edit%)<80
print #2,"1 0 0 1 10 782 Tm"
Else
Print #2,"1 0 0 1 10 1782 Tm"
EndIf
Print #2,"12 TL"
whileloop @GetLineCount(Edit%)-1
text$=trim$(GetLine$(Edit%,(&loop-1)))
text$=Translate$(Text$,"(","(")
text$=Translate$(Text$,")",")")
text$="T* (" + text$ + ") Tj"
Print #2,text$
wend
Print #2,"1 0 0 1 504 25 Tm"
Print #2,"(1) Tj"
Print #2,"/F1 10 Tf"
Print #2,"ET"
Print #2,"endstream"
Print #2,"endobj"
Print #2,"9 0 obj"
Print #2,"2360"
Print #2,"endobj"
Print #2,"2 0 obj"
Print #2,"<<"
Print #2,"/Type /Catalog"
Print #2,"/Pages 3 0 R"
Print #2,">>"
Print #2,"endobj"
Print #2,"3 0 obj"
Print #2,"<<"
Print #2,"/Type /Pages"
Print #2,"/Count 1"
If GetLineCount(Edit%)<80
Print #2,"/MediaBox [ 0 0 238 792 ]"
Else
Print #2,"/MediaBox [ 0 0 238 1782 ]"
EndIf
Print #2,"/Kids [ 7 0 R ]"
Print #2,">>"
Print #2,"endobj"
Print #2,"0 10"
Print #2,"0000000000 65535 f"
Print #2,"0000000013 00000 n"
Print #2,"0000002875 00000 n"
Print #2,"0000002918 00000 n"
Print #2,"0000000156 00000 n"
Print #2,"0000000245 00000 n"
Print #2,"0000000307 00000 n"
Print #2,"0000000372 00000 n"
Print #2,"0000000453 00000 n"
Print #2,"0000002858 00000 n"
Print #2,"trailer"
Print #2,"<<"
Print #2,"/Size 10"
Print #2,"/Root 2 0 R"
Print #2,"/Info 1 0 R"
Print #2,">>"
Print #2,"startxref"
Print #2,"2996"
Print #2,"%%EOF"
Close #2
WaitInput
ENDPROC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
| |
|
|
|
Dieter Zornow | @Thomas, la hâte du déjà AcroPad.exe probiert, ist petite et funktioniert aussi sur qui Kommandozeile. Ist mais glaube je dans qui Dateigröße beschränkt et RTF ist aussi pas so toll. |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 02.12.2009 ▲ |
|
|
|
| |
|
- page 2 - |
|
|
| optimal ist - sage quoi vers qui veux: HTML (XML). qui es geschützt braucht: PNG. PDF est une Erfindung... j'aime es jusqu'à aujourd'hui pas. |
|
|
| |
|
|