Discussions tagged NativePDF

Hi everyone, I am currently using PowerBuilder 2021 (Build 1509) and we want to get rid of Ghostscript proceeding and force the use of NativePDF functions. Is there a way to print two datawindow pages on one PDF page using NativePDF (or PDFBuilder ...
Hello Using Powerbuilder 2022 R2 IDE: Build 2819 Runtime: 1900, combination of fonts:  Unicode & special font for Tamil language OUTPUT IN DATAWINDOW   NATIVE PDF OUTPUT ISSUES: 2ND LINE MISSING DATA [SEE VALUE BEFORE PINCODE IS MISSING...
Hi, in PB 2022 Beta a new PDFLib Version is used. This one has a different behavior than the old one from PB 2021. In PB 2021 the generated PDF seems to depend on the used printer. Changing the default printer could change the resulting PDF. If the...
Hi. Did you have the following problem:Randomly, when printing dataWindow with nativePdf, gray areas appear. The background of static text becomes gray instead of remaining white. The problem occurs with some printers but not with others. Preview an...
Hello, I have a different behavior when I print with NativePDF a portrait output between IDE and deployed. When I run from the IDE the output is fine in portrait, but when I run from a deployed application the layout is smaller, not in full page, l...
Hello, I have some texts, composed dynamically inside of a RTE control. Now one of the things we need to achieve is exporting the PDF, that later needs to be archived. While exporting a PDF is as simple as this: rte_1.SaveAs("file.pdf", PDF!, tru...
PB-2017 32bit. I have a complex reporting process that creates a Postscript file that is converting to PDF using Distill method. Is there a way to convert this Postscript file to PDF using the NativePDF approach? If Yes, please provide brief descri...
There's an enhancement request somewhere to add the capability for the NativePDF saving of DataWindows to append their output to an existing PDF. In the meantime, I really wanted that ability, so users of our software could put multiple reports into...
Hello everyone,   we used to print pdfs via ghostscript. After Upgrading from pb 2017 we wanted to implement the native pdf and at first glance that worked out pretty easy and simple. But after comparing the printed PDFs from ghostscript and from n...
Hi Folks, Couple of days ago I posted a question regarding Native PDF usage and the response was overwhelming.  https://community.appeon.com/index.php/qna/q-a/native-pdf-using-pb-ini-in-pb-2019 I am trying to implement Native PDF using Native PDF ...
Hi PB Gurus,   Last year we planned to use Native PDF and tested it with PB 2017. In order to use Native PDF we added below code in PB.ini and it worked fine for us. It covered 99% of different layouts and export to pdf was successful. We were a ha...
Hi.   In PB2019R2:   We experience a weird situation when saving a datawindow to PDF using the Native method. The summary band autosizes, even if the checkmark is off and the height is set to 0. We have even extracted the datawindow syntax usin...
Hello, I have a datawindow with column with Arabic characters, when I do dw.SaveAs PDF!, it looks like the arabic characters are changed its order in resulting .pdf file, however when I print the same dw on PDF printer - Arabic characters look the s...
I've got a logo of my local government organization from www.cab.lt and I want to use in a datawindow print form, however when I try to export it using NativePDF image gets all pixelated and I can not find a way keep the quality.  Initial image: ...
More and more customers ask us for the possibility to add an attachment (for example in XML like Zugferd)) to a generated PDF-invoice. It would be good if we could attach files to PDFs directly inside Powerbulder (NativPDF). Greetings   Roy...
I'm using PowerBuilder 2017 R3 I have a problem with PowerBuilder new SaveAs to PDF feature using NativePDF. It is not retaining Unicode/UTF-16 Characters. They being dropped off. I’m using the following:  NativePDF! Method for PDf format on the da...
hello all, New SaveAs PDF is really great new feature. But we have printing functionality other thanjust data windows reports,  such as printing Xcel sheet from PB, we use DocukDesk and default printer programmatically and set filename and path in D...
With PB 2017 new feature of saving datawindow to PDF is causing application to crash when datawindow contains jpgs (photos). But not all for some photos it works fine. And it is not consistent with size of the photo either. The application is a cl...
In PB 2017 R2 Build 1769, I used the below code to generate a PDF - which works great:   lds_holder.Object.DataWindow.Export.PDF.Method = NativePDF! ll_print = lds_holder.SaveAs( ls_attach_path , PDF!, FALSE )   HOWEVER, we currently have the opt...
Hi, NativePDF: Is it possible to save two datawindows in one pdf file? It was easy to do with pdf printer, how to do it with NativePDF ? Thanks....
  • Page :
  • 1