Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 72,534 for

pdf

(0.06 sec)
  1. Generate PDF report from JSON

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....converting the JSON data into PDF and DOCX reports in C# using...you to convert JSON data into PDF report in Java using a simple...

    blog.groupdocs.com/tag/generate-pdf-report-from...
  2. Optimize the PDF file resources | Documentation

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer .NET API (C#) to reduce size....to PDF / Optimize the output PDF file / Optimize the PDF file...file resources Optimize the PDF file resources Leave feedback On...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Convert PPTX to PDF in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 PDF is no doubt the Portable Document...and the fixed layout nature of PDF format, there comes the requirement...

    blog.groupdocs.com/tag/convert-pptx-to-pdf-in-c...
  4. Issue with PDF Compare - Free Support Forum - g...

    Hello, I ran into a issue while using Pdf compare. With 80% of the Pdf’s I get this error: Exception in thread "main" com.groupdocs.comparison.k.c.a: java.lang.IndexOutOfBoundsException: Index 9 out of bounds for lengt…...Issue with PDF Compare GroupDocs.Comparison Product Family document-comparison...issue while using PDF compare. With 80% of the PDF’s I get this error:...

    forum.groupdocs.com/t/issue-with-pdf-compare/13607
  5. add annotations in PDF using csharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....to programmatically annotate PDF files to markup documents using...how to remove annotations from PDF files....

    blog.groupdocs.com/tag/add-annotations-in-pdf-u...
  6. Remove Annotation from PDF in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....add different annotations to PDF documents. This article discusses...annotations from documents like PDF and Word DOC/DOCX files in Java...

    blog.groupdocs.com/tag/remove-annotation-from-p...
  7. extract images from PDF in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 PDF, being one of the most popular...every business and industry. PDF documents can contain diverse...

    blog.groupdocs.com/tag/extract-images-from-pdf-...
  8. Redact PDF in Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....guides you about how to redact PDF text and text in images within...

    blog.groupdocs.com/tag/redact-pdf-in-java/
  9. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized Pdf file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPdf(true); // Saving as rasterized Pdf with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Save in rasterized PDF Save in rasterized PDF Leave feedback The...the document as a rasterized PDF file: final Redactor redactor...

    docs.groupdocs.com/redaction/java/save-in-raste...
  10. Convert Excel to PDF in CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....中國傳統的 Excel (XLS, XLSX) and PDF files are among those document...convert Excel spreadsheets into PDF format using C# with .NET applications...

    blog.groupdocs.com/tag/convert-excel-to-pdf-in-...