Sort Score
Result 10 results
Languages All
Labels All
Results 9,771 - 9,780 of 47,759 for

pdf

(1 sec)
  1. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...redactor = new Redactor ( @"C:\test.pdf" )) { redactor . Apply ( new...

    docs.groupdocs.com/redaction/net/annotation-red...
  2. Adding a Watermark to Converted Documents | Gro...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....document during conversion to PDF: AddWatermarkToConver.java import...// Set conversion options for PDF PdfConvertOptions options = new...

    docs.groupdocs.com/conversion/java/add-watermark/
  3. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) var so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) var so...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  4. How to Convert MHTML to HTML in Java

    Let's do document transformation using simple API calls, review guide to convert MHTML to HTML in Java, and sample code for Java MHTML to HTML converter application....article on converting VSDX to PDF using Java, take a look at how...how to convert VSDX to PDF in Java post for more information....

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly.... However, we covered JPG to PDF conversion in another article;...see how to convert Image to PDF in Java . Updated on 14 Apr 2022...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert CSV to Excel in C#

    This short article focus on how to convert CSV to Excel in C#. Further, this guide consists of convert CSV to XLSX C# code along with detailed instructions....convert an HTML document to a PDF using C#. If you want to learn...tutorial on how to convert HTML to PDF using C# . Updated on 07 Apr...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....CSV to PDF documents in Java, see how to convert CSV to PDF using...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert XLSX to HTML using Java

    Understand document conversion for Excel to web format, review steps to convert XLSX to HTML using Java, and how to develop code to export Excel to HTML in Java....to PDF in Java, have a look at how to convert XML to PDF using...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert HTML to Text using Java

    Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....converting PDF to CSV in Java, take a look at how to convert PDF to CSV...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page.... getHeight ()); } Sign Pdf document with Text signature...how to add Text signature to Pdf document with sticker look. See...

    docs.groupdocs.com/signature/java/sign-document...