Was this issue resolved? I am having a similar problem. I have a DLL that references PDFLib, and all set font and text calls are using the "embedded" value. ...
Hi Rainer, Thank you for responding to my question. I looked for starter_pdfmerge examples however I couldn't find any examples in vbscript. Do you know if...
Sai, ... you can do this with PDFlib+PDI. We provide an example in our download packages which demonstrate this task: starter_pdfmerge. Please check the...
Hi all, I am quite new to pdflib and wondering if it is possible to combine more than 1 pdfs into 1 pdf using vbscript and pdflib? If so could someone please...
Hi Thomas, Both the "transparencygroup={CS=DeviceCMYK}" and the "transparencygroup={CS=DeviceRGB}" doesn't help. The colors still changes on the page with the...
... No, it doesn't. ... DeviceCMYK is Acrobat's default color space for the transparency calculations, which causes the color shifts in the first place. This...
I believe the "transparencygroup" option in PDF_begin/end_page() is your friend. From its description: Default: if a page contains image masks with more than 1...
Hi, I'm creating a transparent rectangle in my code but some printers messes up this page with transparency. The page with transparency is darker then the page...
... That's good news. Since the download page for beta 8 didn't mention anything about x86/x64/AnyCPU for .NET I misunderstood. Thanks, looking forward to the...
... We support our products on Windows x64 platforms since a long time. The fact is simply that a Windows x64 version of Beta 1 has not been produced. We will...
Hello, I am using the public PDFLib 8 beta for .NET and Visual Studio 2008 on Windows 7 x64. If I compile against "AnyCPU" or "x64", I get an image loading...
Thanks Kurt. I will test and let you know if I have any questions. Do you have a simple c++ sample which prints any of these chinese string to pdf. Thant will...
Thanks Kurt. I will test and let you know if I have any questions. Do you have a simple c++ sample which prints any of these chinese string to pdf. Thant will...
Hi Dev, see below! ... What is it? ... As I told you if you supply Unicode text strings you must supply a Unicode CMap (see PDFlib Tutorial Manual): ...
Kurt Stützer
kurt@...
Nov 17, 2009 4:14 pm
20005
Hi Kurt, Thanks for your suggestions. I took the chinese string from http://gb.chinatimes.com/gate/gb/news.chinatimes.com/ And still it shows ??????. In...
... I must rectify: PDFlib 7.0 doesn't support wstring in the C++ language binding. But PDFlib 8.0, the new major release for which a beta version is...
Kurt Stützer
kurt@...
Nov 17, 2009 9:51 am
19991
I had exactly this same problem, though IIRC, I was going from 7.01 to 7.03. Suddenly, there was no text shrinking occuring. I added the "alignment=justify"...
Hi Dev, if the desired text is given as Unicode string you can use the corresponding Unicode CMap for Simplified Chinese and you can supply the Unicode text ...
Kurt Stützer
kurt@...
Nov 16, 2009 9:27 pm
19982
I'm doing this in PHP but some fonts needs autocidfont=false and unicodemap=false $p = new PDFlib(); $p->set_parameter("errorpolicy", "return"); ...
Beautiful voluptous Misri aunty self made exposure video exclusive! Another hot fan of fsiblog self made video. This hot misri beauty is making a self made...
Hi, I am new to UNICODE and multi-language. I am struggling with creating pdf doc with chinese. Here is a sample code in C++. I am using pdflib 7.0.3. ...
Can anyone please help me with this problem? I can't find the right solution... I want to resize the image prior to adding it to the PDF file. The image must...
... So, keeping the print size, isn't the needed result. In result, the question becomes: - With these dimensions I want to resize the image but keep the...
Hi, Maybe not the right place to ask but since al the DTP experts present here I might get the right answer. I have a 300dpi tiff image suited for a A0 size...
... First of all, PDI imports only the actual page contents, but not any other elements such as signatures. Secondly, if you modify the document, the signature...
Hi all, Currently we're using PDFlib+PDI (Perl API on UNIX) to open submitted PDF files and apply a text overlay to the first page (similar to a watermark) and...
Hi, if you enable the logging (see Reference manual, section 2.7) you can see the text which enters in the text output function. If the text is an invalid...
Kurt Stützer
kurt@...
Nov 11, 2009 1:14 pm
19972
... You have many options since programmatic controls and Blocks can be combined in any manner. For example, you can create a single Block with the Block...
Hi, The data is pulled straight from a $_POST var. Is there a way to check if a string is UTF-8 or not? If I echo $this->pagina4Tekstblok2Tekst to the screen...