Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 16,699 for

file

(0.65 sec)
  1. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....class and pass the output PDF file along with the DigitalSignOptions...class and pass the certificate file. Finally, add a digital signature...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  2. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for ....Throw GroupDocsViewerExcep when file type can’t be determined for...output HTML/image Fix - File data file updated on each GetDocumentInfo...

    blog.groupdocs.com/viewer/show-comments-renderi...
  3. Implement Page Rotation when Converting to PDF

    Its time to augment your document conversion experience. You will be pleased to hear the new features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4. You can now set page rotation angle when converting to a PDF or Image format.... More File Formats and Font Substitution...option when converting from .one file. Measure Conversion Time # Can...

    blog.groupdocs.com/conversion/implement-page-ro...
  4. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...ForEmbeddedResources (); // Render a file optimized for printing. viewOptions...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  5. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....pdf” file in the current (".") directory...Call method for “document.doc” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...In this monthly release new file formats like XML-FO/ XSL , VSDM...support for PNG, JPG and BMP file formats.This monthly release...

    blog.groupdocs.com/groupdocs.blog/page/75/
  7. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Load text from string | GroupDocs

    Compare raw text strings directly using LoadOptions.LoadText = true — no Files needed. Retrieve the diff result as a string via GetResultString() in GroupDocs.Comparison for .NET....contains text to be compared, not file path). Instantiate the object...using ( Stream sourceStream = File . OpenRead ( "./source.docx"...

    docs.groupdocs.com/comparison/net/load-text-fro...
  9. Re: Problem running GroupDocs.Annotation 3.1.0 ...

    Hi, I'm also experiencing the same problem. I've already request two demo licenses. I can't run the sample application Here's the error. 2017-01-20 10:08:32.771:WARN:oejs.HttpChannel:qtp801142660-33: /document/info cla…...application, sometime it shows cached files We’d appreciate your cooperation...The only change I made on the file was the path to the license...

    forum.groupdocs.com/t/re-problem-running-groupd...
  10. Convert HTML to PDF using Python

    Convert HTML to PDF using Python with reliable rendering. Easily export HTML to PDF in Python for printing, archiving, and sharing while preserving layout and fonts....your HTML comes from a static file, a templating engine, or server-generated...supplying the path of your HTML file Configure PdfConvertOptions...

    kb.groupdocs.com/conversion/python/convert-html...