Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 53,973 for

import document

(0.11 sec)
  1. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; Import com.aspose.words.*; Import com.asp…...sirionlabs; import com.aspose.words.*; import com.aspose.words...words.Font; import com.fasterxml.jackson.databind.ObjectMapper;...

    forum.aspose.com/t/chinese-date-language-locale...
  2. Create PDF Files in Python|Aspose.PDF for Pytho...

    Learn how to create PDF files and build searchable PDFs in Python using Aspose.PDF for Python via .NET....output into searchable PDF documents in Python. How to Create Simple...steps: Create an object of Document class Add a Page object to...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  3. Protect Powerpoint document Online with passwor...

    Online Powerpoint file password protection app. .NET C# API code to apply password protection on Powerpoint presentations....Powerpoint Online Powerpoint Document Protection or Set Password...powerful .NET based Powerpoint document protection utility application...

    products.aspose.com/total/net/protect/powerpoint/
  4. Fill Check Box Fields|Aspose.PDF for Python via...

    This example demonstrates how to programmatically fill check box fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF Document, update check box values by field name, and save the modified file....filled PDF is saved as a new document. Initialize ‘pdf_facades.Form()’...the updated Document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/fill-check-box-f...
  5. 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.... Save the updated Document. import aspose.pdf.facades as...pdf_facades import aspose.pydrawing as apd from io import BytesIO...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  6. Encrypt and Decrypt PDF Files in Python|Aspose....

    Learn how to set PDF privileges, encrypt files, decrypt protected PDFs, and change passwords in Python....Contents [ Hide ] Managing document security is essential when...when you need to protect PDF documents with passwords, restrict printing...

    docs.aspose.com/pdf/python-net/set-privileges-e...
  7. Usage Rights Management|Aspose.PDF for Python v...

    Learn how to detect and remove usage rights from PDF Documents using PdfFileSignature in Python....need to inspect whether a document contains usage rights and...Remove usage rights from the document. Save the updated PDF file...

    docs.aspose.com/pdf/python-net/usage-rights-man...
  8. Generate Thumbnail Images from PDF Documents|As...

    This section describes how to generate thumbnail images from PDF Documents using Aspose.PDF for Java....Thumbnail Images from PDF Documents Contents [ Hide ] Aspose.PDF...support for dealing with PDF documents. It also supports the capability...

    docs.aspose.com/pdf/java/generate-thumbnail-ima...
  9. Replace XFA Data|Aspose.PDF for Python via .NET

    This example demonstrates how to replace existing XFA form data in a PDF using Aspose.PDF for Python via .NET. It shows how to bind an XFA-based PDF Document, load new data from an external XFA file, and update the form content programmatically....the updated Document. from io import FileIO import sys from os...os import path import aspose.pdf as ap import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/replace-xfa-data/
  10. Add Movie Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, adds a movie annotation on page 1, and saves the updated PDF....such as videos, into your documents. Using PdfContentEditor ,...from the PDF, making your documents more interactive and engaging...

    docs.aspose.com/pdf/python-net/add-movie-annota...