Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 2,716 for

file editor

(0.04 sec)
  1. Get document information | Documentation

    This article explains how to detect document File type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Files with GroupDocs.Merger....Editor Product Solution GroupDocs...includes: - indicates document file type, extension, format name...

    docs.groupdocs.com/merger/net/get-document-info...
  2. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Editor Product Solution GroupDocs...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); annotator...

    docs.groupdocs.com/annotation/net/loading-custo...
  3. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for Java...Editor Product Solution GroupDocs..."sample.docx" )) { // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/reorder-pages/
  4. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Editor Product Solution GroupDocs...from images, audio and video files Calculating common document...

    docs.groupdocs.com/metadata/java/features-overv...
  5. 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....Editor Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Get document information | Documentation

    This article explains how to detect document File type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Editor Product Solution GroupDocs...Get document information from file on local disk The following...

    docs.groupdocs.com/signature/net/get-document-i...
  7. Limitations when rendering CAD drawings | Docum...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Editor Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...
  8. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET...Editor Product Solution GroupDocs...attachments ) { // Print the file path Console . WriteLine ( item...

    docs.groupdocs.com/parser/net/extract-attachmen...
  9. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/change-page-orien...