Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 5,994 for

file conversion

(0.19 sec)
  1. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...20 ) }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Edit PDF | GroupDocs

    This guide demonstrates how to edit content of PDF Files like a common text documents using a GroupDocs.Editor for .NET....Conversion Product Solution GroupDocs...PdfCompliance . Pdf20 ; //8. Save to a file or a stream string outputPath...

    docs.groupdocs.com/editor/net/edit-pdf/
  3. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...

    docs.groupdocs.com/comparison/net/word-track-ch...
  4. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....Conversion Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/python-net/load-docum...
  5. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....Conversion Product Solution GroupDocs...edit CSV file How to edit XML file How to edit e-Book file Edit text...

    docs.groupdocs.com/editor/java/edit-document/
  6. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Conversion Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/java/document-filteri...
  7. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......write the contents of a binary file to your terminal, you will probably...inappropriate file type, such as an executable, image file, or ZIP...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  8. 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....Conversion Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Extract images from document page area | GroupDocs

    Learn how to extract images from specific page areas using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions....Conversion Product Solution GroupDocs...Image { idx + 1 } : { image . file_type } , Page { image . page...

    docs.groupdocs.com/parser/python-net/extract-im...
  10. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...( 20 )); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...