Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 2,519 for

pdf editor

(0.03 sec)
  1. How to verify signatures with LINQ queries | Do...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature API....Editor Product Solution GroupDocs...to the PDF file. string filePath = Constants . SAMPLE_PDF ; string...

    docs.groupdocs.com/signature/net/verify-signatu...
  2. Iterate through container items | Documentation

    This article explains that how to extract containers items and iterate through container items in Java....Editor Product Solution GroupDocs...with attachments (like emails, PDF Portfolios). In case of outlook...

    docs.groupdocs.com/parser/java/iterate-through-...
  3. Use advanced rasterization options | Documentation

    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....Editor Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  4. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for Java...Editor Product Solution GroupDocs...documentExample1 , FileFormat . Pdf , password ); documentStreams...

    docs.groupdocs.com/merger/java/migration-notes/
  5. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Editor Product Solution GroupDocs...temp . getHeight ()); } Sign Pdf document with Text signature...

    docs.groupdocs.com/signature/java/sign-document...
  6. Advanced search for Image signatures | Document...

     This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( sample . pdf ); PagesSetup pS = new PagesSetup...

    docs.groupdocs.com/signature/java/advanced-sear...
  7. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Editor Product Solution GroupDocs...spreadsheets, presentations, PDF files, emails, images, and 3D...

    docs.groupdocs.com/total/java/
  8. Merge files | Documentation

    This article explains how to merge files of Pdf, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API....Editor Product Solution GroupDocs...learn more about how to merge PDF or Microsoft Word documents,...

    docs.groupdocs.com/merger/python-net/merge/
  9. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Editor Product Solution GroupDocs...to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  10. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...document during conversion to PDF: AddWatermarkToConver.java import...

    docs.groupdocs.com/conversion/java/add-watermark/