Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 13,597 for

formatting

(0.66 sec)
  1. 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/
  2. Get All Sheet Names in Excel using Python

    Learn how to get all sheet names in Excel using Python. This tutorial shows how to extract worksheet names from XLSX files programmatically....capabilities with portable formats, we highly recommend exploring...

    kb.groupdocs.com/viewer/python/get-all-sheet-na...
  3. Load from Stream | GroupDocs

    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/
  4. Save overwriting original file | GroupDocs

    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...
  5. PDF konvertálása PPTX-re Java segítségével

    Tanulja meg, hogyan konvertálhat gyorsan PDF-t PPTX-re Java használatával, ha gondosan kövesse átfogó oktatóanyagunkat. Ezenkívül adunk egy Java kódpéldát, amellyel PDF-et exportálhat PPTX-be Java használatával....segítségével A PDF (Portable Document Format) fájlok PowerPoint prezentációkká...

    kb.groupdocs.com/hu/conversion/java/convert-pdf...
  6. Az RTF konvertálása DOCX-re a C# használatával

    Használjon felhasználóbarát könyvtárat az RTF DOCX-re konvertálásához C# használatával, valamint kódpéldával, hogy DOCX-et generáljon RTF-ből C#-ban, kevés API-hívással bármilyen operációs rendszeren.... A Rich Text Format (RTF) és a Microsoft Word DOCX...

    kb.groupdocs.com/hu/conversion/net/how-to-conve...
  7. CSV konvertálása PDF-be a C# használatával

    Gyorsan megértjük, hogyan lehet CSV-t PDF-be konvertálni C# használatával. Alapvető utasításokat és kódpéldákat adunk a CSV PDF formátumba C# használatával történő exportálásához....fájlformátuma a PDF (Portable Document Format), míg a CSV (vesszővel elválasztott...

    kb.groupdocs.com/hu/conversion/net/convert-csv-...
  8. 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...
  9. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Redacting text in Rich Text Format ( RTF ) documents using Java...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  10. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....metadata across a variety of file formats. Whether you are building a...

    docs.groupdocs.com/metadata/net/use-cases/