Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 16,315 for

file

(0.94 sec)
  1. Issues when converting htm to pdf from version ...

    I updated GroupDocs.Conversion to the latest (25.7) and I noticed a few issues when converting htm to pdf external images not being loaded tr width 100% not being respected It works fine until version 25.5.1...using for conversion, a test file, and the version of your environment...

    forum.groupdocs.com/t/issues-when-converting-ht...
  2. Convert DOC and DOCX to HTML in C# | Show & Hid...

    Programmatically convert Word processing documents DOC, DOCX into HTML with advanced options like show or hide page borders, watermark, zoom, pages count....shows the conversion of a DOCX file into HTML using the Converter...above figure shows the HTML files that are converted from DOCX...

    blog.groupdocs.com/conversion/convert-doc-docx-...
  3. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....The password for protected files. Specific pages or ranges of...Encoding options for text-based files. Metadata handling. Format-specific...

    docs.groupdocs.com/conversion/java/load-options...
  4. Change Page Orientation of Word Document in C# ...

    Change the orientation of pages in Word DOC/DOCX documents using C#. Set pages as portrait or landscape within .NET applications using GroupDocs....page orientation of DOC/DOCX files using C#. For the details and...the selected pages of a DOCX file to the landscape. Similarly...

    blog.groupdocs.com/merger/change-page-orientati...
  5. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....PDF instead of the original file (please see how to configure...the size of the sprites.png file. 4. Plenty of other minor features...

    blog.groupdocs.com/viewer/new-features-and-impr...
  6. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks....document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/net/basic-usage/
  7. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....An absolute path to the font file must be provided. Specifies...Whether to remove the embedded files from the source document during...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  8. Sign document with Royal Mail Mailmark 2D Barco...

    This article explains how to sign document with Royal Mail Mailmark 2D Barcode electronic signatures...mailmark2D }; // sign document to file var signResult = signature ...generate barcodes and/or sign your files with barcodes for free, you...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...(stored inside the document file) and the system fonts, which...sample.docx sample.docx is sample file used in this example. Click...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  10. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...