Questions tagged [gnostice-pdf-one]

Gnostice PDFOne library for .net or java.

3 questions
0
votes
0 answers

Digital signature with gnostice pdftoolkit vcl

I'm trying to sign multiple documents with Embarcadero C++ Builder 11.2 and Gnostice PDFToolkit VCL, but it only signs the first one. In the second it gives an error that I attach. Does somebody knows why it could be? This is the code: for(int i=0;…
0
votes
0 answers

Delphi using Gnostice eDocEngine , PDF toolkit create and alter PDF

I am using Delphi XE6 and using Gnostice eDocEngine to create the PDF and Gnostice PDF toolkit to edit/ alter PDF. I am able to create a PDF using eDocEngine and also able to view the created PDF using PDFviewer. I have a few queries: 1.When…
tanavi
  • 1
  • 2
-1
votes
3 answers

How to write an UTF-8 character in pdf file using java

How to write an UTF-8 character in pdf file using java? I use netbeans, the following is the code. What should I add to my code that can display in the output pdf file? import java.awt.Color; import java.io.*; import com.gnostice.pdfone.*; import…
afnanLamia
  • 7
  • 1
  • 2