Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 17,202 for

file

(1.96 sec)
  1. Extract images from document page | GroupDocs

    This article explains that how to extract images from document page....image to the file. Saves the image to the file in a different...

    docs.groupdocs.com/parser/net/extract-images-fr...
  2. Extract images from document page | GroupDocs

    This article explains that how to extract images from document page....image to the file. Saves the image to the file in a different...

    docs.groupdocs.com/parser/java/extract-images-f...
  3. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....save it as a rasterized PDF file (containing images of the original...) { using ( var fileStream = File . OpenWrite ( "C:\\Temp\\sample_docx_Raster...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  4. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Open Visual Studio and go to File -> New -> Project . Select the...if you are certain about your file extension or know the document...

    docs.groupdocs.com/watermark/net/hello-world/
  5. Set image size limits | GroupDocs

    Set image size limits when rendering image to PDF...jpg" )) { // Create a PDF file. PdfViewOptions viewOptions..."sample.jpg" ) ' Create a PDF file. Dim viewOptions As PdfViewOptions...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  6. Modifying found watermark properties | GroupDocs

    This article explains how to modify found watermark properties while using GroupDocs.Watermarks Java API....ReplacesImageInFound File imageFile = new File ( "image.png" ); byte...

    docs.groupdocs.com/watermark/java/modifying-fou...
  7. How to Add Polyline Annotation using Java

    Get familiar yourself with the process to add polyline annotation using Java and easily consume APIs to develop a capability to add polyline annotation in Java....Annotator class and pass the input file to its constructor Create an...annotation and save the output file to the disk. Code to Add Polyline...

    kb.groupdocs.com/annotation/java/how-to-add-pol...
  8. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....in popular office and email file formats based upon template...assembled file using explicit specifications or file extension...

    docs.groupdocs.com/assembly/java/features-overv...
  9. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your .NET 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/net/add-document-to-d...
  10. Get document info | GroupDocs

    Learn how to get basic document information including File type, page count, and File size using GroupDocs.Parser for .NET. Get document properties in C#.... WriteLine ( $"File Type: {info.FileType}" ); Console...PageCount}" ); Console . WriteLine ( $"File Size: {info.Size} bytes" );...

    docs.groupdocs.com/parser/net/get-document-info/