This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....WordProcessing Document // Import the necessary modules const...2. Spreadsheet Document // Import the necessary modules const...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert web documents to PDF, PNG, and JPEG formats.... JavaScript import { Viewer , PdfViewOptions }...size in pixels. JavaScript import { Viewer , PngViewOptions }...
Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...PDF: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...
Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....conversion import Converter from groupdocs.conversion...conversion.options.convert import PdfConvertOptions from groupdocs...
Compare documents that contain non-standard fonts by supplying custom font directories through LoadOptions using GroupDocs.Comparison for Python via .NET....comparison import Comparer from groupdocs.comparison...comparison.options import LoadOptions def load_custom_fonts ():...
Optimize PDFs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...
Reduce PDF file size with GroupDocs.Viewer. Optimize images, remove data, and more for smaller output files....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...
Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...
Load documents from your local disk using a file path with GroupDocs.Viewer for Python via .NET....viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...