Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 13,072 for

to

(0.06 sec)
  1. How to verify signatures with LINQ queries | Gr...

     This article explains how To verify signatures with LINQ query with GroupDocs.Signature API.... This article explains how to verify signatures with LINQ query with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/verify-signatu...
  2. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving To HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved To HTML. From now on, when saving an assembled document To an HTML file, by default, external resource files are sTored To a folder having the same name as the HTML file without extension plus the “_files” suffix....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.

    docs.groupdocs.com/assembly/java/saving-to-html...
  3. Exception while saving docx to image conversion...

    converter.convert("output.png", convert_options) RuntimeError: Proxy error(GroupDocsConversionException): Saving complete document is only supported when converting To tiff —> NotSupportedException: Saving complete docu…...converter.convert("output.png", convert_options) RuntimeError: Proxy error(GroupDocsConversionException): Saving complete document is only supported when converting to tiff —> NotSupportedException: Saving complete docu…

    forum.groupdocs.com/t/exception-while-saving-do...
  4. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved To HTML. From now on, when saving an assembled document To an HTML file, by default, external resource files are sTored To a folder having the same name as the HTML file without extension plus the “_files” suffix....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.

    docs.groupdocs.com/assembly/net/saving-to-html-...
  5. How to edit Mobi file | GroupDocs

    This article demonstrates how To edit Mobi files using C# programming language....This article demonstrates how to edit Mobi files using C# programming language.

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  6. How to build in docker Alpine Linux | GroupDocs

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux...This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux

    docs.groupdocs.com/conversion/net/build-in-dock...
  7. 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....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.

    docs.groupdocs.com/watermark/java/add-watermark...
  8. How to edit XML file | GroupDocs

    This article demonstrates how To edit XML files and XML documents using Java programming language....This article demonstrates how to edit XML files and XML documents using Java programming language.

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  9. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you To add watermarks To PDF documents. Adding watermarks To a particular page or adding watermarks on all images or attachments of a particular page is possible....The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible.

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. Save output to a stream | GroupDocs

    This article shows how To save output To a stream when rendering a document...This article shows how to save output to a stream when rendering a document

    docs.groupdocs.com/viewer/java/save-output-to-s...