Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 95,677 for

object

(0.13 sec)
  1. Add Page Numbers to PDF using Java

    Add page numbers to PDF using Java. Get details for the development environment, list of steps, and a runnable sample code to add numbering to PDF using Java....adding page numbering Create an object of the PageNumberStamp class...loading the PDF file into an object of the Document class followed...

    kb.aspose.com/pdf/java/add-page-numbers-to-pdf-...
  2. Zoom PDF using Java

    This article guides you on how to zoom PDF using Java. It contains the IDE settings, steps, and a sample code to zoom PDF file using Java while opening in a PDF viewer....PDF file into the Document object for setting the zoom level...level Create a GoToAction object Set the target page, view offset...

    kb.aspose.com/pdf/java/zoom-pdf-using-java/
  3. How to Convert EPS to PDF in C#

    This tutorial is outlined to help you understand how to convert EPS to PDF in C#. It covers the step-wise details like configuring the library in your system, as well as a sample code for a quick demonstration to change EPS to PDF in C#...files Create a FileStream class object to access the input EPS file...the PsDocument class object Create an object of PdfSaveOptions class...

    kb.aspose.com/page/net/how-to-convert-eps-to-pd...
  4. Convert DWG to TIFF in Java

    This topic aids to convert DWG to TIFF in Java. It covers the details of the required information and process to write a comprehensive DWG to TIFF converter software in Java....size Use the TiffOptions class object to set the rasterization options...file using the TiffOptions object In the above steps, we have...

    kb.aspose.com/cad/java/convert-dwg-to-tiff-in-j...
  5. How to Remove All Restrictions from PDF in C#

    This article describes the process of how to remove all restrictions from PDF in C#. It has the IDE settings, a list of programming steps and a runnable sample code to unlock PDF restrictions in C#....restrictions Create a PdfFileSecurity object for managing the PDF file security...Instantiate a DocumentPrivilege class object and set its default value to...

    kb.aspose.com/pdf/net/how-to-remove-all-restric...
  6. Append Pages to PDF|Aspose.PDF for Python via .NET

    Append pages from one PDF document to another using Aspose.PDF for Python.... Create a PdfFileEditor Object. Append Pages from Another...): # Create a PdfFileEditor object pdf_editor = pdf_facades ....

    docs.aspose.com/pdf/python-net/append-pages-to-...
  7. RtfSaveOptions.saveFormat property | Aspose.Wor...

    RtfSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options Object is used...saved if this save options object is used. Can only be SaveFormat...Create an "RtfSaveOptions" object to pass to the document's "Save"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an Object in Java....Object public class ShadowFormat Represents...Represents shadow formatting for an object. To learn more, visit the Working...

    reference.aspose.com/words/java/com.aspose.word...
  9. Replace Image in Existing PDF File|Aspose.PDF f...

    This section describes about replace image in existing PDF file using C# library....PDF file using the Document object. Replace a particular image...Save method of the Document object. The following code snippet...

    docs.aspose.com/pdf/net/replace-image-in-existi...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....method returns a UnionRange object. The following code snippet...Startup (); // Create a Workbook object Workbook workbook ; // Create...

    docs.aspose.com/cells/cpp/create-union-range/