Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 31,393 for

new

(0.08 sec)
  1. Broader File Support & More in GroupDocs.Viewer...

    Download GroupDocs.Viewer Node.js via Java 24.2 and update your apps with CPIO, XPS, FBX, AZW3 support, improved encoding, PDF optimization & more.... const loadOptions = new groupdocs . viewer . LoadOptions...the file names. const viewer = new groupdocs . viewer . Viewer (...

    releases.groupdocs.com/viewer/nodejs-java/new-r...
  2. Adding watermarks to PDF gives font not found e...

    Product Version: GroupDocs.Watermark for NET 20.7.0 OS: Ubuntu 20.04 I’ve installed the Adobe “Source Hans Sans” font to add some Chinese watermark text to a PDF file, however I’m keep getting the FontNotFoundExcepti…...PdfLoadOptions loadOptions = new PdfLoadOptions(); using (Watermarker...(Watermarker watermarker = new Watermarker(file, loadOptions)) {...

    forum.groupdocs.com/t/adding-watermarks-to-pdf-...
  3. Render Excel spreadsheets as HTML, PDF, and ima...

    This guide describes how to build your Excel spreadsheets files viewer in C#. View Excel spreadsheets to render as HTML, JPG, PNG, or PDF using GroupDocs.Viewer .--NET API by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...file. using (Viewer viewer = new Viewer( "sample.xls" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/how-to-view-excel...
  4. Output Format and Password | Documentation

    Learn how to save an edited Word document with a password or change the output document format using GroupDocs.Editor for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessing document const editor = new groupdocs_editor . Editor ( 'SampleDocument...

    docs.groupdocs.com/editor/nodejs-java/output-fo...
  5. Edit Email | Documentation

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...path const editorFromPath = new groupdocsEditor . Editor ( emlFilePath...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  6. Updating Barcode signatures with advanced optio...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/updating-barc...
  7. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/updating-qr-c...
  8. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.eml" )) { //...

    docs.groupdocs.com/viewer/java/render-email-mes...
  9. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer( "resume.pdf" )) { //...

    docs.groupdocs.com/viewer/net/how-to-view-pdf-d...
  10. PDF: text before table is missing - Free Suppor...

    file.pdf (54.8 KB) I am trying to get “confidential” word from attached file.pdf, but all words before table are missing. .net6, parsers version 22.6.0 Output from parsers: “\0\0\0\u0001\0\u0002\0\u0003\0\u0004\0\u0…...Format; var gdParser = new Parser(fileStream, new GroupDocs.Parser...textReader = _gdParser.GetText(new GroupDocs.Parser.Options.TextOptions(true));...

    forum.groupdocs.com/t/pdf-text-before-table-is-...