Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 86,651 for

object

(0.1 sec)
  1. How to Secure OneNote file using Java

    This simple topic explains how to secure OneNote file using Java. It encompasses the IDE settings, programming work flow steps and an example code to password protect OneNote document in Java....disk by using a Document class object Create an instance of the OneSaveOptions...interface. The OneSaveOptions class object is used to set the desired...

    kb.aspose.com/note/java/how-to-secure-onenote-f...
  2. How to Convert PowerPoint to TIFF using Java

    This simple article focuses on how to convert Presentation to TIFF using Java by following the detailed configuration steps to use the given code sample. You can use the example to convert PPTX to TIFF in Java without any dependency on MS PowerPoint....Initialize the Presentation class object to load the source presentation...Instantiate the TiffOptions class object and set the desired image options...

    kb.aspose.com/slides/java/how-to-convert-powerp...
  3. How to Add Digital Signature to PDF in Java

    This brief tutorial elaborates how to add digital signature to PDF in Java. It includes the step-by-step guide and runnable code snippet to demonstrate how using Java sign PDF with certificate....class object for signing it Initialize PKCS7 class object to load...

    kb.aspose.com/pdf/java/how-to-add-digital-signa...
  4. How to Convert Presentation to PDF using Python

    This simple topic explains how to convert Presentation to PDF using Python. In order to convert PPT to PDF Python based API can be used....presentation Create a PdfOptions class object to set the output PDF options...creating the Presentation class object to load the source presentation...

    kb.aspose.com/slides/python/how-to-convert-pres...
  5. Archive

    archives...the source XER file with an object of the Project class. Export...Project class. Initialize an object of MPPSaveOptions class. Set...

    blog.aspose.com/tasks/convert-xer-to-mpp-in-java/
  6. Convert USDZ to DRC via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...Conversion // load the USDZ in an object of Scene var scene = new Aspose...RVM) USDZ TO OBJ (Wavefront 3D Object File) USDZ TO PLY (Polygon...

    products.aspose.com/3d/net/conversion/usdz-to-drc/
  7. Convert USDZ to DAE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...Conversion // load the USDZ in an object of Scene var scene = new Aspose...File) USDZ TO OBJ (Wavefront 3D Object File) USDZ What is USDZ File...

    products.aspose.com/3d/net/conversion/usdz-to-dae/
  8. How to Process Large PDF Files in Java

    This tutorial focuses on how to process large PDF files in Java using advanced streams to prevent high memory issues caused by simple Memory Stream. You can process huge PDF documents in Java using simple API calls....readAllBytes method Instantiate the object of the OptimizedMemoryStrea...Initialize the Document class object using the InputStream-based...

    kb.aspose.com/pdf/java/how-to-process-large-pdf...
  9. Group Rows in Excel with Node.js

    Follow this guide to group rows in Excel with Node.js. Get the IDE settings, steps and a sample code showing how to create collapsible rows in Excel with Node.js....Access the cell collection object and call the groupRows() method...file into the Workbook class object and accessing the cells collection...

    kb.aspose.com/cells/nodejs/group-rows-in-excel-...
  10. How to Delete PDF Pages in C#

    This quick guide explores how to delete PDF pages in C#. It has the IDE settings details, a list of steps and a runnable sample code to remove pages from PDF file in C#....commenced by instantiating an object of the PdfFileEditor class...be saved to an HttpResponse object also if required. This article...

    kb.aspose.com/pdf/net/how-to-delete-pdf-pages-i...