Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 404 for

docx page removal

(0.45 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....be an estimated word count, page count, character count, etc...some basic methods that allow removing the extracted properties....

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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 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....be an estimated word count, page count, character count, etc...some basic methods that allow removing the extracted properties....

    docs.groupdocs.com/metadata/java/working-with-m...
  3. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Improvements Implement option for removing embedded files in Pdf Bug...constructors and properties are removed. Moreover, there’s also a security...

    blog.groupdocs.com/categories/groupdocs.convers...
  4. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....the equivalent of retrieving pages in a book related to a keyword...searching the words in each page of the book. Using GroupDocs...

    blog.groupdocs.com/categories/groupdocs.search-...
  5. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....OutputJpeg ); } Removing XMP metadata To remove the XMP package...code sample below shows how to remove XMP metadata from a file. advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-x...
  6. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document Pages using GroupDocs.Comparison for Node.js via Java API....Generate document pages preview Generate document pages preview Leave...feedback On this page allows you to generate page previews for source...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  7. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....some basic methods that allow removing the extracted properties....sample demonstrates how to remove the inspection properties in...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....options Leave feedback On this page Introduction WordProcessing...WordProcessing formats like DOCX and ODT have an ability to store...

    docs.groupdocs.com/editor/net/font-extraction-o...
  9. Remove annotations | GroupDocs

    This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer Java API....Optimize content / Remove annotations Remove annotations Leave...Leave feedback On this page If the output PDF file contains annotations...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Remove form fields | GroupDocs

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API....Optimize content / Remove form fields Remove form fields Leave...Leave feedback On this page If the output PDF file contains form fields...

    docs.groupdocs.com/viewer/java/optimization-pdf...