Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,838 for

custom pdf redaction

(0.05 sec)
  1. 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....Redaction Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  2. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....metadata in EPUB, DOCX, and PDF file formats, and get Image Cover...Headings while Converting Word to PDF # GroupDocs.Conversion allows...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  3. Text redactions | Documentation

    This article explains that how Java 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....Redaction Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/redaction/java/text-redactions/
  4. Annotation redactions | Documentation

    This article shows the implementation of annotation Redaction for documents of different formats like Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Redaction Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/redaction/python-net/annotat...
  5. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from Pdf files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....to programmatically annotate PDF documents in Java with your application...how to remove annotations from PDF files using the same Java API...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  6. Online PDF to ODP Converter | Free GroupDocs Apps

    Pdf to ODP document converter - convert Pdf to ODP online for free, no registration required. Secure and easy to use Pdf to ODP conversion!...Convert PDF to ODP PDF to ODP Converter Convert PDF to ODP online...Convert your PDF files online. You can convert your PDF documents...

    products.groupdocs.app/conversion/pdf-to-odp
  7. Save to Stream | Documentation

    This article demonstrates that how to save a document to any Custom file at any location on the local disc or a even a Stream...Redaction Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/redaction/net/save-to-stream/
  8. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...Support Benefits To give all customers the best possible support...work hard to respond to our customers as quickly as possible. No...

    forum.groupdocs.com/t/free-support-policies/6034
  9. annotation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/annotation/net/technical-support/weekly0.5https://docs.groupdocs.com/annotation/jav......com/annotation/java/add-resource-redaction-annotation/weekly0.5https://docs...com/annotation/java/add-text-redaction-annotation/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/annotation.xml
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Redaction Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/java/working-with-m...