Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 346 for

docx page removal

(0.3 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....be an estimated word count, page count, character count, etc...methods that allow updating (or removing) the extracted properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Remove annotations | Documentation

    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...
  3. Remove form fields | Documentation

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....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/python-net/optimizati...
  4. Remove form fields | Documentation

    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...
  5. 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 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...
  6. 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....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...
  7. Convert to PDF with advanced options | Document...

    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.... specifies desired page DPI after conversion. whether...password. specifies desired page top margin after conversion...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java.... Define the desired page width (in pixels) of the output...conversion. Define the desired page height (in pixels) of the output...

    docs.groupdocs.com/conversion/java/convert-to-p...
  9. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....EXIF package: Removing EXIF metadata To remove the EXIF package...code sample below shows how to remove EXIF metadata from a file....

    docs.groupdocs.com/metadata/java/working-with-e...
  10. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....options Leave feedback On this page GroupDocs.Conversion provides...conversion. sets the desired page DPI after conversion when specified...

    docs.groupdocs.com/conversion/net/convert-to-pd...