Sort Score
Result 10 results
Languages All
Labels All
Results 7,641 - 7,650 of 10,762 for

formatting

(0.12 sec)
  1. Render documents | Documentation

    Convert documents to HTML, PDF, or images with GroupDocs.Viewer for Python....be in one of the following formats: HTML PDF Images (JPG or PNG)...

    docs.groupdocs.com/viewer/python-net/rendering-...
  2. مدیریت داده های EXIF تصاویر JPEG، PNG، TIFF و W...

    دستکاری فراداده EXIF تصاویر در جاوا. استخراج، به‌روزرسانی، افزودن یا حذف داده‌های EXIF از JPG/JPEG، PNG، WebP یا سایر تصاویر با استفاده از Java API....format(pattern, tag.getName(), tag...{ System.out.println(String.format(pattern, tag.getName(), tag...

    blog.groupdocs.com/fa/metadata/handle-exif-data...
  3. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....rendering documents into PDF format. For details, see the documentation...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  4. compare PDF files

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....am häufigsten verwendeten Formate der digitalen Welt ist, ist...

    blog.groupdocs.com/de/tag/compare-pdf-files/
  5. GroupDocs' Online Document Management Apps Suit...

    Good news to all Dropbox users - we’ve integrated GroupDocs’ online document management apps with Dropbox! So you can now view, sign, annotate, assemble, compare, convert and share your Dropbox documents and collaborate online from any web-enabled device using only a web-browser. [caption id=“attachment_796” align=“alignnone” width=“554” caption=“Sync your Dropbox account with GroupDocs online document management apps”] [/caption] To find detailed instructions on how to access and work with Dropbox files from a GroupDocs account, please see the help documentation....forth between over 25 file formats. For example, you can convert...

    blog.groupdocs.com/total/groupdocs-online-docum...
  6. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  8. Business Case of a Shopping Store | Documentation

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated....report can be in any of the formats: Documents, Spreadsheets, Presentations...

    docs.groupdocs.com/assembly/net/business-case-o...
  9. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/net/load-from-stream/
  10. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java....PDF and after that to desired format. The following code snippet...

    docs.groupdocs.com/conversion/nodejs-java/conve...