Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 7,619 for

document redaction

(0.12 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Render Word documents as HTML, PDF, and image f...

    Convert Word Documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of Document rendering....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/render-wor...
  3. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/render-pdf...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...who are already using our document parsing API as well as who...from PDF, word processing documents, spreadsheets, presentations...

    blog.groupdocs.com/groupdocs.blog/page/40/
  5. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  6. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the Document. Data extraction was unified for all data types. The overall Document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/migration-notes/
  7. Search text in HTML documents | Documentation

    To search a keyword in HTML Documents Search(String) method is used. This method returns the collection of SearchResult objects....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  8. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert Documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. GroupDocs.Editor Product Family | GroupDocs

    Use GroupDocs.Editor libraries to programmatically edit Word Documents, Excel spreadsheets and PowerPoint presentations...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported Document formats please refer to Supported Document Formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded Document and extract some additional file format information. Load a WordProcessing Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...