Sort Score
Result 10 results
Languages All
Labels All
Results 6,031 - 6,040 of 56,371 for

api

(0.07 sec)
  1. Ինչպես փոխարկել RTF-ն PDF-ի Java-ում

    Մենք ձեզ բացատրում ենք RTF-ը Java-ի PDF-ի փոխարկելու մանրամասն հրահանգներ և Java RTF-ի PDF փոխարկիչի ֆունկցիոնալության իրականացման համար օրինակելի կոդ ստեղծելու համար:...Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family...երեք-չորս տող կոդ և սպառեք մի քանի API զանգեր՝ փաստաթղթի փոխակերպման...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  2. Ինչպես փոխարկել DOCX-ը MHTML-ի՝ օգտագործելով C#

    Այս հոդվածը ձեզ կուղեկցի C#-ի միջոցով docx-ը mhtml-ի փոխարկելու գործընթացում: Այս հոդվածում կգտնեք նաև կոդ օրինակ՝ mhtml docx-ից C#-ում ստեղծելու համար:...Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family...փաստաթղթերի իդեալական փոխարկիչ API-ներից մեկը, և ձեզ հարկավոր է...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  3. Extract Tables from PDF Documents using GroupDo...

    It is our pleasure to announce the release of version 18.12 of GroupDocs.Parser for .NET. The latest version allows you to extract the tables from PDF documents. Furthermore, we have added the support of extracting text and metadata from text and presentation templates. For more details, please have a look at the release notes of version 18.12. Features Introduced Extracting Tables from PDF DocumentsThis feature is very useful when you want to extract only the tables form a PDF document....table bounds manually or let the API detect the layout in automatic...queries or concerns about the API, please feel free to get in touch...

    blog.groupdocs.com/parser/extract-tables-from-p...
  4. Load from local disc | Documentation

    This article shows how the redaction Api is used to load file from disk....Upgrade an Order Support Docs API Reference Live Demos Free Support...is a main class in Redaction API, providing functionality to open...

    docs.groupdocs.com/redaction/python-net/load-fr...
  5. Ինչպես փոխարկել DOCX-ը MHTML-ի Java-ի միջոցով

    Այս հոդվածում դուք կառաջնորդվեք Java-ի միջոցով DOCX-ը MHTML-ի փոխարկելու քայլերով: Նաև Java-ում docx-ից mhtml ստեղծելու կոդի օրինակ կարելի է գտնել դրանում:...Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family...փաստաթղթերի օպտիմալ փոխարկիչ API-ն, պարզ է, և դրան հասնելու համար...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  6. Ինչպես փոխարկել XLS-ը XLSX-ի՝ օգտագործելով C#

    Հեշտությամբ հետևեք քայլ առ քայլ ուղեցույցին՝ XLS-ը XLSX-ի փոխարկելու համար՝ օգտագործելով C# և ուսումնասիրեք C# կոդը՝ XLS-ը XLSX-ի փոխարկելու համար՝ օգտագործելով լավագույն փաթեթներից մեկը:...Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family...GroupDocs.Conversion անվանատարածքին՝ API-ի զանգերն օգտագործելու համար...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  7. Add watermarks to email attachments | Documenta...

    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....Upgrade an Order Support Docs API Reference Live Demos Free Support...attachments Leave feedback The API allows you to add watermark to...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata Api allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Upgrade an Order Support Docs API Reference Live Demos Free Support...formats the GroupDocs.Metadata API allows extracting common image...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Working with metadata in FLV files | Documentation

    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....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Excel Spreadsheet Comparison on GroupDocs Blog ...

    Excel Spreadsheet Comparison on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Excel Spreadsheet Comparison on GroupDocs Blog | Document Automation Solu......NET, Java และ Cloud API เพื่อสร้างแอปพลิเคชันเปรียบเทียบเอกสาร...

    blog.groupdocs.com/th/tag/excel-spreadsheet-com...