This section explains how to connect two shapes with Aspose.Diagram for Python via Java....Add master with stencil file path and master id diagram . addMaster...Add master with stencil file path and master name masterName =...
Learn how to merge PDF documents with the Aspose.Pdf.LowCode.Merger plugin for .NET....MergePdfDocumentsWit () { // The path to the documents directory var...Process ( options ); // Get the path of the merged PDF document var...
Learn how to convert PDF pages to JPEG images with the Aspose.Pdf.LowCode.Jpeg plugin for .NET....ConvertPdfToJpegWith () { // The path to the documents directory var...Process ( options ); // Get the path of the first saved JPEG image...
This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.PDF....ConvertHTMLtoPDF () { // The path to the documents directory var...ConvertHTMLtoPDFAdva () { // The path to the documents directory var...
Learn how to add timestamped signatures with the Aspose.Pdf.LowCode.Timestamp plugin for .NET....TimestampPdfWithPlug () { // The path to the documents directory var...Process ( options ); // Get the path of the timestamped PDF document...
How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... Copy 1 // The path to the documents directory....Alpha component. Copy 1 // The path to the documents directory....
Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...A clip in a PS document is a path that bounds the content of the...will be cut off. A clipping path in .NET can be assigned in three...
C++ API solution for managing PS files. Code example shows how to clip and transform graphics states of PS files with a few lines of C++ code....Create a rectangle graphics path. Save the current graphics state...SetPaint() Method. Fill the graphics path by means of the Fill() method...