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

object

(1.49 sec)
  1. ShadowFormat Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ShadowFormat for enhanced Object shadow effects. Elevate your document design with customizable shadow formatting options....Represents shadow formatting for an object. To learn more, visit the Working...set; } Gets or sets a Color object that represents the color for...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert PDF/A to PDF format|Aspose.PDF for Java

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with Java library....toString (); // Create Document object Document document = new Document...toString (); // Create Document object Document document = new Document...

    docs.aspose.com/pdf/java/convert-pdfa-to-pdf/
  3. Add File Attachment Annotation From Stream|Aspo...

    The example loads a PDF, reads an external file into a memory stream, adds a file attachment annotation to the first page, and saves the modified document....Create the PdfContentEditor object. Bind the input PDF. Read the...): # Create PdfContentEditor object content_editor = pdf_facades...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  4. How to get Images from a PDF in Java

    This quick tutorial guides on how to get images from a PDF in Java. It shares all details required to configure the environment, a step-by-step process to accomplish the task and a runnable sample code that get PDF images in Java....file into the Document class object from the disk or memory stream...desired image using XImage class object from the image collection in...

    kb.aspose.com/pdf/java/how-to-get-images-from-a...
  5. How to Change PDF Password using C#

    This article contains information on how to change PDF password using C#. It guides to set IDE, write the program using given steps and a runnable sample code to change password of PDF file using C#....the password Instantiate an object of the PdfFileInfo class by...rest of the steps Create an object of PdfFileSecurity class to...

    kb.aspose.com/pdf/net/how-to-change-pdf-passwor...
  6. How to Convert CSV to Excel in Python

    This short tutorial contains information on how to convert CSV to Excel in Python. To convert CSV to Excel Python environment is explained along with the steps and runnable sample code....initialize a TxtLoadOptions class object to set input file format as...CSV file into the Workbook object using the TxtLoadOptions configuration...

    kb.aspose.com/cells/python/how-to-convert-csv-t...
  7. How to Edit Word Document using Python

    This short tutorial contains information to edit word document using python. You will see how can Python modify Word document with the help of a step-by-step process and a runnable sample code....desired Word file into Document object that is to be modified using...Instantiate a DocumentBuilder class object using the loaded Word file...

    kb.aspose.com/words/python/how-to-edit-word-doc...
  8. How to Convert JPG to Black and White PDF in Java

    This tutorial provides information on how to convert JPG to Black and White PDF in Java. You will get all the necessary details for writing a JPG to Black and White PDF converter in Java including the configuration details, step-wise process and a runnable sample code....image into the Image class object for conversion to Black and...PDF file using the PdfOptions object for customization The aforementioned...

    kb.aspose.com/imaging/java/how-to-convert-jpg-t...
  9. Converting a PDF file to JPEG using Android via...

    Sample code on Java for PDF to JPEG conversion. Use example code for batch PDF to JPEG conversion in Android...file for converting Create an object of the Document class, to get..."PDF-to-JPEG.jpeg" ); // Create stream object to save the output image try...

    products.aspose.com/pdf/android-java/conversion...
  10. Using Variables in C#|Aspose.Words for .NET

    Use variables to calculate an expensive value just once and access it multiple times in template documents using C#....can not use the contextual object member access feature against...variable. See “Using Contextual Object Member Access” for more information...

    docs.aspose.com/words/net/using-variables/