I was wondering if there is a function that opens the resulting pdf file right away instead of having to go to Windows Explorer and open the pdf file? This...
1732
Wireman Mark
mwireman@...
Sep 1, 2000 3:31 pm
What is the normal technique used to open up a template, with pre-defined images, column layouts, etc., and do nothing more than place text in the specified...
1733
postmaster@...
Sep 1, 2000 4:25 pm
If you have Acrobat Reader installed you can invoke it directly. Take a look in the system registry for the open action for PDF files to see how it is done on...
1734
Flavio Alessandro Ped...
fcamilo@...
Sep 1, 2000 7:35 pm
Hi , My have problem is modify my Files PDF for do not Print. For questions Security. Is Possible using PDFLib ? Sincerely, Flavio Alessandro Software Engineer...
1735
Manos Kampanis
me4any@...
Sep 2, 2000 4:24 pm
... open ... and ... You can open a pdf file using ole control. For example you can create a command button with the following VB statements on click event: ...
1736
Leonard Rosenthol
leonardr@...
Sep 3, 2000 3:26 pm
... No. You might want to look at the new SecureSign product from Digital Applications (<http://www.digapp.com>) or the new product from TenBox...
1737
Leonard Rosenthol
leonardr@...
Sep 3, 2000 3:26 pm
... You can't do this with PDFlib - it only creates NEW documents, it can NOT read in existing ones. You'll need to investigate other options, either...
1738
Thomas Merz
tm@...
Sep 3, 2000 3:56 pm
... Should read "SecurSign", according to DigApp's press release :-) Thomas _______________________________________________________________ Thomas Merz...
1739
Luiz Rafael Culik Gui...
culik@...
Sep 3, 2000 4:30 pm
Dear Thomas Merz Can you add an .mak Borland Compatible makefile to the pdflib distribution, since the .br* files are not compatibles with CBUILDER 3 and...
1740
Thomas Merz
tm@...
Sep 3, 2000 5:25 pm
... The *.bpg (Borland Project Group) and *.bpr (Builder Project) files have been created with Borland C++ Builder 5.0. I'm pretty sure they don't work with ...
1741
mharings@...
Sep 4, 2000 2:14 am
I just installed pdflib-3.02-activex.exe, but can't find an ocx that's related to this product. The Delphi example wants to use: PDFlib_com_TLB but what's this...
1742
breughel@...
Sep 4, 2000 5:26 am
Hi to everyone, I just learned about PDFlib and currently I am installing it on a turbolinux system. Its almost a week now and I still could not make this run....
1743
Thomas Merz
tm@...
Sep 4, 2000 8:50 am
... This is not required by PDFlib since there's no visual interface, the DLL alone is sufficient. ... This is the PDFlib type library which can be used once...
1744
KARIM MRIBTI
karim@...
Sep 4, 2000 10:13 am
1745
Thomas Merz
tm@...
Sep 4, 2000 10:56 am
I'd like to inform everybody about the upcoming PDF 2000/II conference in San Diego, Nov 6-8, 2000. Since the first conference in June has been a great success...
1746
Valerio Santinelli
tanis@...
Sep 5, 2000 9:06 am
Had anybody found a way to let IE 5.5 display correctly a PDF ? I noticed a strange behaviour lately. I work in Perl. What I'm doing is: 1. Open a text file. ...
1747
Wireman Mark
mwireman@...
Sep 5, 2000 12:11 pm
Leonard, Thank you for the reply. The language utilized as our primary development environment is Visual Basic 6.0, with platforms ranging from Windows 95 to ...
1748
Thomas Merz
tm@...
Sep 5, 2000 12:25 pm
Let me chime in... ... Our plans are as follows: we are currently working on a PDF parser which is optimized for fast import of parts or all of existing PDF ...
1749
null@...
Sep 5, 2000 12:52 pm
Warning: Your message has not been delivered to non-local recipients after 4 hours, transmission will be retried for the next 32 hours. Your message starts: ...
1750
Wireman Mark
mwireman@...
Sep 5, 2000 12:52 pm
Thomas, Good morning (or is it afternoon your time?). Thank you for the reply. The main functionality we are interested in as it relates to future releases is...
1751
Leonard Rosenthol
leonardr@...
Sep 5, 2000 1:39 pm
... As Thomas already noted, opening existing files is coming in the future. If you need that kind of functionality today, since you are working with VB, you...
1752
Jones, Anne
jonesan@...
Sep 5, 2000 1:55 pm
Hey Thomas --- That sounds like a very nice enhancement. Any ball park ideas about the speed of the end result? We're more interested in size/speed of the...
1753
bwenda2323@...
Sep 5, 2000 2:08 pm
How do I get data from my pdf page to go onto more than one page? If i have more information than one page it gets cut off. Thank you. Brenda Huhn...
1754
Leslie_LeGrand@...
Sep 5, 2000 2:09 pm
1.Could anyone give a code example of the get_value function in Visual Basic. I'm having trouble with the value that is returned. 2.Also is it possible to...
1755
Thomas Merz
tm@...
Sep 5, 2000 2:12 pm
... Afternoon, as you can always check with the PDFclock: http://www.pdflib.com/pdflib/demo/pdfclock.pl :-) ... If it's a Photoshop file it will only contain...
1756
Wireman Mark
mwireman@...
Sep 5, 2000 2:20 pm
Thomas, From a business/licensing perspective, when one purchases PDFlib for a company the size of PC Connections (we average nearly 1,000,000 hits per week),...
1757
Anders Alstrin
anders.alstrin@...
Sep 5, 2000 2:20 pm
I´m already playing with templets and multible pdf´s with PDFtex and php. And it´s kinda simple. You just have to learn som tex! ex. <?php $pdffilename =...
1758
Wireman Mark
mwireman@...
Sep 5, 2000 2:24 pm
I am not familiar with PDFtex and php. Could you elaborate? Mark Mark A. Wireman Software Engineer / Web Developer PC Connection Services ...
1759
Thomas Merz
tm@...
Sep 5, 2000 2:25 pm
... Since we don't change the page descriptions, the size of the output file will be increased by roughly the size of the incoming page descriptions plus...
1760
Thomas Merz
tm@...
Sep 5, 2000 2:33 pm
... The image samples supplied with PDFlib contain some code which uses get_value (although in comments in some cases, as I just realized). Thomas ...