Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 7,130 for

may

(0.07 sec)
  1. Loading Documents from Streams with the GroupDo...

    Greetings! As you May noticed, in most GroupDocs.Viewer for .NET sample projects, target documents are presented in the form of files. They are usually placed in the “testfiles” folder, which is specified in the Global.asax. So you might think that GroupDocs.Viewer can work with files only. But this is not true - GroupDocs.Viewer can also load documents from byte streams (System.IO.Stream). Moreover, there are no limitations on the type of stream: whether it’s a FileStream, a MemoryStream or a NetworkStream - GroupDocs.... As you may noticed, in most GroupDocs.Viewer for ...

    blog.groupdocs.com/viewer/loading-documents-str...
  2. Showcases | GroupDocs

    Code examples and live demonstrations of GroupDocs.Conversion for .NET... Demo projects You may download GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/showcases/
  3. Save image as base64 | GroupDocs

    The listed articles below explain how to embeds images as Base64 strings directly in the Markdown....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/markdown/net/as-base64-strat...
  4. Save image as file | GroupDocs

    The listed articles below explain how to saves images to the file system during document conversion....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/markdown/net/image-file-stra...
  5. Loading Custom Fonts using C# in Windows and Li...

    I had the same problem, is there anyway to load custom font file(*.ttf)? Product Version: GroupDocs.Watermark for NET 23.7.1...tahir May 2, 2024, 12:47pm 5 @caoyanmin...

    forum.groupdocs.com/t/loading-custom-fonts-usin...
  6. Indexing | GroupDocs

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You May easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/indexing/
  7. Troubleshooting | GroupDocs

    This section contains issues that you May face and solutions for them when processing files with GroupDocs.Viewer....section describes issues that you may face processing files with GroupDocs...

    docs.groupdocs.com/viewer/net/troubleshooting/
  8. Managing dictionaries | GroupDocs

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: More resources GitHub examples You May easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/managing-diction...
  9. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Viewer may reduce the image size or quality...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/assembly/python-net/email-re...