Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,099 for

presentation document support

(0.04 sec)
  1. Access Attachment in PDF and Excel Document usi...

    We are pleased to announce the release of version 17.10 of GroupDocs.Watermark for .NET API. This version provides the ability to access and work with attachments in PDF and Excel Documents. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read to get familiar with more details. Working with Attachments in PDF DocumentGroupDocs.Watermark for .NET 17.10 enables you to work with the attachments in PDF Document....attachments in PDF and Excel documents. Just download the latest...Working with Attachments in PDF Document GroupDocs.Watermark for .NET...

    blog.groupdocs.com/watermark/access-attachment-...
  2. Electronic Signatures | Documentation

    This section contains articles with explanation how to sign Documents with electronic signatures using .Net c#...Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/signature/net/electronic-sig...
  3. Get file info | Documentation

    This article explains how to detect Document file type, size and calculate pages count with GroupDocs.Comparison....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/comparison/python-net/get-fi...
  4. Update Lyrics3v2 Metadata Tags in MP3 Format us...

    We are delighted to announce a new feature and enhancements in the monthly release of GroupDocs.Metadata for .NET 18.10. Using the latest version, you can now update Lyrics3v2 tags in MP3 format. Memory consumption is now reduced for working with PNG, JPEG2000, BMP, DICOM, DJVU, EMF, WEBP and WMF formats. Furthermore, **MetadataUtility **obsolete methods are now removed and a bug, while cleaning or updating metadata of Strict Open XML Presentation (....metadata of Strict Open XML Presentation (.pptx), is now fixed. We...details about the features supported by the API, please visit Features...

    blog.groupdocs.com/metadata/update-lyrics3v2-me...
  5. conversion.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/conversion/java/technical-Support/weekly0.5https://docs.groupdocs.com/conversion/ne......com/conversion/java/technical-support/weekly0.5https://docs.groupdocs...com/conversion/net/technical-support/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/conversion.xml
  6. PdfFormattingOptions is Introduced in GroupDocs...

    GroupDocs.Conversion for Java 18.12 comes with some new features, improvements and bug fixes. Conversion from IGS, PLT and CGM formats is introduced. Now, API can automatically add extension of the converted file if not set. Image, PDF and Word conversion is also improved. Furthermore, Excel to SVG and XPS to PDF conversion issues are now resolved. Please take a look over the release notes to get an idea about the changes introduced....options for converting TXT documents Conversion from IGS, PLT and...ODS Supports conversion of password protected ODS document Improvements...

    blog.groupdocs.com/conversion/pdfformattingopti...
  7. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert Document OLE objects in Word Documents, Excel Spreadsheets, or Powerpoint Presentations programmatically in C# using .NET API....allows you to create and edit documents containing items or objects...clips as OLE objects in a Word document. You can use these OLE objects...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  8. Load document from stream | Documentation

    There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the Document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf Documents: Map<String, String> map1 = null; ByteArrayO…...Merged PDF documents missing Accessibility standards GroupDocs...structure of the resulting document: Merger merger = new Merg...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  10. Loading specific file formats | Documentation

    In some cases it’s required to specify the Document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the Document format must be specified manually: Markdown Documents MHTML Documents OTP Documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the Document format for Markup Document. Instantiate the LoadOptions object and pass the Document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/parser/java/loading-specific...