Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 2,655 for

pdf editor

(0.07 sec)
  1. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Editor Product Solution GroupDocs..."c:\\MyDocuments\\ExampleDocument.pdf" " ; // Creating an index IndexSettings...

    docs.groupdocs.com/search/java/indexing-from-di...
  2. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Editor Product Solution GroupDocs...documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/text-re...
  3. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....Editor Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  4. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....Editor Product Solution GroupDocs...to the PDF file. string filePath = Constants . SAMPLE_PDF ; string...

    docs.groupdocs.com/signature/net/verify-signatu...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...now allows adding password to PDF documents. It also adds ParagraphMerger...improvements related to the PDF document format beside improving...

    blog.groupdocs.com/groupdocs.blog/page/70/
  6. 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....Editor Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. 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...
  8. GroupDocs.Total for Java | GroupDocs

    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/
  9. Merge files | GroupDocs

    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/
  10. Pre-rasterize | GroupDocs

    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/