GroupDocs.Total for .NET is the super-set of all the .NET 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 .NET document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D...(OCR) on scanned images and PDF files to extract text and search...
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....spreadsheets, presentations, PDF files, emails, images, and 3D...(OCR) on scanned images and PDF files to extract text and search...
This article shows how to pre-rasterize a document using the redaction API....to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API.... Pdf ); saveOptions . setOverwriteExisting...signature . sign ( "SignedXlsx.pdf" , signOptions , saveOptions...
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....over conversion to formats like PDF, PNG, or DOCX. The following..."converted_with_font_substitution.pdf" , options ); } } public static...
Control image size in Pdf output: set width, height, or maximum dimensions....Render documents / Render to PDF / Set image size limits Set image...jpg" ) as viewer : # Create a PDF file. viewOptions = gvo . PdfViewOptions...
This article explains how to search for Image electronic signatures with GroupDocs.Signature API.... pdf ); // setup search options ImageSearchOptions...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...
GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types:
page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....7: Only PDF documents are not supported....in one of these guides: Use PDF redaction filters Use PageAreaRedaction...
Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....optionally save redacted documents in PDF, transforming all pages into...range rendering document as PDF; Easy way to redact different...
This article explains that how to use PageAreaRedaction....right half of the last page in a PDF document. C# using ( Redactor...redactor = new Redactor ( "Sample.pdf" )) { Regex rx = new Regex (...