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

docx page removal

(0.16 sec)
  1. GroupDocs.Merger 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....Furthermore, you can change page orientation. Please see release...further details. Features Change Page OrientationNew method ChangeOrientation...

    blog.groupdocs.com/categories/groupdocs.merger-...
  2. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....be an estimated word count, page count, character count, etc...methods that allow updating (or removing) the extracted properties...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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...
  4. 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...
  5. Convert to PDF with advanced options | GroupDocs

    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...converted to. sets the desired page width in points after conversion...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...that allows to split, remove or reorder pages in a document of supported...supported format. Pages could be swapped or trimmed. You can also...

    blog.groupdocs.com/groupdocs.blog/page/59/
  7. Working with metadata in Presentations | GroupDocs

    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...
  8. 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 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/java/generate-doc...
  9. 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 .NET 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/net/generate-docu...
  10. 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...