Kövesse ezt az alapvető oktatóanyagot, hogy megtanulja, hogyan konvertálhat képet PDF-be C#-ban. Lépésről lépésre, mintakóddal a kép PDF formátumba konvertálásához C# használatával....Comparison Product Family GroupDocs...
Ez egy alapvető oktatóanyag az Excel PDF formátumba konvertálásához Java használatával. Konvertálja a dokumentumokat harmadik féltől származó szoftverek használata nélkül, és gyorsan terjessze őket mindenki számára....Comparison Product Family GroupDocs...
Ez az oktatóanyag bemutatja a metaadatok PDF-ből történő kinyerésének folyamatát C#-val a dokumentumkivonatoló API-val, valamint azt, hogyan hozhat létre alkalmazást metaadatok beszerzéséhez a PDF-ből C#-ban....Comparison Product Family GroupDocs...
This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Comparison Product Solution GroupDocs...
The following example demonstrates how to save the document as a rasterized PDF file:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...
What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index.
Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Comparison Product Solution GroupDocs...
What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index.
Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Comparison Product Solution GroupDocs...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Python API for web browser or to reduce size....Comparison Product Solution GroupDocs...