Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 1,749 for

image to pdf

(0.38 sec)
  1. Adding watermarks | Documentation

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark To any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps To add a watermark To a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark To the document Save the document For more details please refer To the following guides:...Adding text watermarks Adding image watermarks Add watermarks to...Add watermarks to images Add watermarks to PDF documents Add watermarks...

    docs.groupdocs.com/watermark/java/adding-waterm...
  2. Generate document page preview | Documentation

    The page describes how To generate Pdf, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....specify desired page numbers, image format, etc. To generate a document...event handler); b. specify the image preview format - PNG / JPG /...

    docs.groupdocs.com/annotation/net/generate-docu...
  3. Large size font folder was created in Temp - Fr...

    Hi support team, I using GroupDocs Conversions .NET for convert file To html Today I check Temp folder and found that CusTomTempFonts folder was created from the time begin using GroupDocs. Folder size is approximate 1…...PDF for .NET 23.5 . https://forum...attached one of the multiple pdf files that can be reproduced...

    forum.groupdocs.com/t/large-size-font-folder-wa...
  4. Save to stream | Documentation

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....location and convert its pages to images final FileOutputStream fileStream..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  5. Saving signed documents with different formats ...

    This section explains how To save document with various file formats....formats Leave feedback Image → format PDF → format Presentaion...

    docs.groupdocs.com/signature/net/saving-signed-...
  6. Saving signed documents with different formats ...

    This section explains how To save document with various file formats....formats Leave feedback Image → format PDF → format Presentaion...

    docs.groupdocs.com/signature/java/saving-signed...
  7. Releasing SharePoint Web-Part for GroupDocs.Ann...

    Great news for SharePoint developers, now they can add GroupDocs.Annotation for .NET 3.x. as cusTom Web-Part. Team GroupDocs is glad To announce the addition of GroupDocs.Annotation Web- Part Front End for SharePoint developers. Using this release SharePoint developers can not only explore and investigate GroupDocs.Annotation for .NET Front End but can also cusTomize this Web-Part according To their needs. This project is already published on GitHub. SharePoint Web-Part Front End FeaturesThe SharePoint Web-Part Front End provides end users with Tools needed for convenient annotating, viewing and navigation of a documents in a browser.... Thumbnail images for Annotation. Import Annotation...File Browser. Download As PDF Image Representation of the document...

    blog.groupdocs.com/annotation/releasing-sharepo...
  8. Basic Usage | Documentation

    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 GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document Watermarker watermarker...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/basic-usage/
  9. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows To add text watermarks To documents which may consists of pages, worksheets, slides or frames....pdf" using ( Watermarker watermarker...= new Watermarker ( "sample.pdf" )) { // Initialize the font...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  10. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for Java...Outlook data files, archives, and PDF documents. Java import com.groupdocs...attachment ); } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...