Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 15,636 for

file

(0.07 sec)
  1. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....stream without saving it as a file on a disk. You can use this...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/python-net/load-docum...
  2. Compare Word Files on GroupDocs Blog | Document...

    Compare Word Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compare Word Files on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Compare Word Files on GroupDocs Blog | Document Automation Solutions...Recent content in Compare Word Files on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/compare-word-files/in...
  3. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Extract images to files | GroupDocs

    This article explains that how to extract images to Files....Extract images to files Extract images to files Leave feedback Here...steps to extract images to files: Instantiate object for the...

    docs.groupdocs.com/parser/java/extract-images-t...
  5. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....()) { // Check if the attached file is supported by GroupDocs.Watermark...Save changes in the attached file attachment . updateContent (...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/merger/java/technical-support/weekly0.5https://docs.groupdocs.com/merger/net/techni......com/merger/java/get-supported-file-types/weekly0.5https://docs...use-cases/how-to-merge-wav-files-using-java/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/merger.xml
  7. Converting a multi-tab XLSX to HTML causes Dire...

    We have groupdocs conversion for java deployed in a docker container running in kubernetes. Anytime we try to convert a spreadsheet with more than one tab, it blows up with the below exception. This occurs everytime an…...please share your spreadsheet file with us so that we can perform...occurs? I could share you a file, but every spreadsheet with...

    forum.groupdocs.com/t/converting-a-multi-tab-xl...
  8. RotatePages Support in Diagram Formats

    Page rotation mechanism is one of the fundamental techniques when it comes to document manipulation and modification. As you know this feature is already supported by the API but for the limited File formats. Hence, in this month’s release of GroupDocs.Merger for Java 19.2, we implemented this feature for Diagram formats. By defining page number(s) and rotation angle you can achieve the purpose. Let’s see how simple it is. We also added SwapPages support for Note format....the API but for the limited file formats. Hence, in this month’s...

    blog.groupdocs.com/merger/rotatepages-support-i...
  9. msg to pdf in csharp on GroupDocs Blog | Docume...

    msg to pdf in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in msg to pdf in csharp on GroupDocs Blog | Document Automation Solutions for .NET &......Java Developers Konversikan file EML atau MSG ke PDF dalam C#...

    blog.groupdocs.com/id/tag/msg-to-pdf-in-csharp/...
  10. XLS to CSV in Java on GroupDocs Blog | Document...

    XLS to CSV in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in XLS to CSV in Java on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... Otomatiskan konversi file Anda menggunakan Java API untuk...

    blog.groupdocs.com/id/tag/xls-to-csv-in-java/in...