Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 4,145 for

as

(0.32 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to Use New Login Method in Plugins and Serv...

    This article explains how to use the new method LoginUser, added to the new GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other FatFree samples....This article explains how to use the new method LoginUser, added to the new GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other FatFree samples.

    blog.groupdocs.com/total/how-to-use-new-login-m...
  3. Generate PDF and Word Reports from JSON Data in C#

    Programmatically generate reports by converting JSON to PDF & Word using templates in C#. Automate PDF & DOCX reports using .NET API....Programmatically generate reports by converting JSON to PDF & Word using templates in C#. Automate PDF & DOCX reports using .NET API.

    blog.groupdocs.com/assembly/generate-reports-fr...
  4. Change Page Orientation of Word Document in Java

    Change the orientation of pages in Word DOC/DOCX documents in Java. Set pages As portrait or landscape within applications using GroupDocs....Change the orientation of pages in Word DOC/DOCX documents in Java. Set pages as portrait or landscape within applications using GroupDocs.

    blog.groupdocs.com/merger/change-page-orientati...
  5. Redact PDF and Scanned Documents in C# | Blacko...

    Redact text in PDF and other documents using C# in your .NET applications. Redact documents to blackout text and also the text within the embedded images....Redact text in PDF and other documents using C# in your .NET applications. Redact documents to blackout text and also the text within the embedded images.

    blog.groupdocs.com/redaction/redact-text-and-sc...
  6. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a new feature in the monthly releAse of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an Assembled document using file extension or explicit specification. You can change the target file format when Assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience....We are excitedly announcing a new feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience.

    blog.groupdocs.com/assembly/set-target-file-for...
  7. Issue with Overlapping Data When Viewing XLSX F...

    Hi Denis Gvardionov, Thank you for the update and for looking into this. I understand that mistakes can happen, and I appreciate your transparency. PleAse keep me posted on any new developments regarding this issue. Let…...Hi Denis Gvardionov, Thank you for the update and for looking into this. I understand that mistakes can happen, and I appreciate your transparency. Please keep me posted on any new developments regarding this issue. Let…

    forum.groupdocs.com/t/issue-with-overlapping-da...
  8. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API.

    docs.groupdocs.com/editor/java/float-and-pagina...
  9. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  10. 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…...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…

    forum.groupdocs.com/t/dpi-setting-ignored-when-...