Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 7,284 for

release

(0.53 sec)
  1. GroupDocs.Mergerを使ってPythonでPPTXプレゼンテーションをマージする

    この記事では、GroupDocs.Merger for Python via .NETを使用してPPTXプレゼンテーションをマージするためのステップバイステップの手順を提供します。...NET の無料トライアル版を releases.groupdocs.com からダウンロードできます。また、...Python via .NET の無料トライアル版を releases.groupdocs.com からダウンロードできます。...

    blog.groupdocs.com/ja/merger/merge-pptx-in-python/
  2. DPI setting ignored when converting MSG to PDF ...

    Hello, Converting the attached MSG file to PDF, creates a document with as size of 10.42 x 14.74 inch, according to Adobe Reader. image.png (66.0 KB) With the specified 750 x 1061 pixels at the default 96 dpi, that sh…...these are resolved in later releases. Review Documentation : The...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...
  3. Extract tables from document page | GroupDocs

    Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  4. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Licensing and evaluation | GroupDocs

    GroupDocs.Merger for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/merger/nodejs-java/licensing...
  7. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/watermark/python-net/working...
  9. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/handling-the-i...
  10. Verify Digital Signatures in Document | GroupDocs

    This article explains how to verify digital electronic signatures with GroupDocs.Signature for Python via .NET API...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/python-net/verify-...