Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 21,538 for

docx

(0.74 sec)
  1. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/extend-support...
  3. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-d...
  4. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/use-page-area-...
  5. GroupDocs.Comparison on GroupDocs Blog | Docume...

    GroupDocs.Comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison on GroupDocs Blog | Document Automation Solutions for .NET &......Belgesi Karşılaştırma Kılavuzu: DOCX Dosyaları Arasındaki Farkları...

    blog.groupdocs.com/tr/tag/groupdocs.comparison/...
  6. Email attachments | GroupDocs

    Extract, add, and remove attachments in email messages using Python via .NET.... DOCX ): content . attachments . remove_at...

    docs.groupdocs.com/watermark/python-net/email-a...
  7. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr...... The DOCX file contains 30 pages, each...adds to the size. Finally, both DOCX and XLSX are ZIP-compressed...

    forum.groupdocs.com/t/file-size-increase-on-con...
  8. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications....any format such as Word (Doc, Docx), PDF, HTML, EPUB, Spreadsheet...to search through documents (DOCX, PDF, Excel, Text files) for...

    blog.groupdocs.com/search/search-text-in-word-e...
  9. render_docx_to_pdf.zip

    demo-app/render_Docx_to_pdf.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PdfViewOptions def render_Docx_to_pdf(): # Get license file absolute path ......demo-app/render_docx_to_pdf.py import os from groupdocs.viewer...import PdfViewOptions def render_docx_to_pdf(): # Get license file...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  10. How to save PDF document with other format | Gr...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API.... DocX , OverwriteExistingFil = true...signature . Sign ( "SignedPdf.docx" , signOptions , pdfSaveOptions...

    docs.groupdocs.com/signature/net/save-signed-pd...