Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 50,413 for

import document

(0.48 sec)
  1. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…...PDF Document : Load your PDF document using the Document class...content. Save the Document : Save the modified document to a desired...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...
  2. Protect PDF using Python | Aspose.PDF

    Lock PDF with password programmatically with Python sample code using Aspose.PDF for Python for .NET...the PDF with an instance of Document. Create an object of DocumentPrivilege...DocumentPrivilege & set options. Call Document.Encrypt method to protect...

    products.aspose.com/pdf/python-net/protect/
  3. Կատարեք DOCX՝ Օգտագործելով Java

    Ստեղծեք նոր DOCX Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով Java գրադարանը:...գծապատկեր import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document();...

    products.aspose.com/words/hy/java/make/docx/
  4. Gawe DOC Nganggo Java

    Gawe DOC anyar ing Java ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan Java....Bagan import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document();...

    products.aspose.com/words/jv/java/make/doc/
  5. Გააკეთეთ Markdown Java Ის Გამოყენებით

    შექმენით ახალი Markdown Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით Markdown Java ბიბლიოთეკის გამოყენებით....დიაგრამა import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document();...

    products.aspose.com/words/ka/java/make/md/
  6. Ստեղծեք Փաստաթուղթ Java Ում

    Ստեղծեք ֆայլ՝ օգտագործելով Java գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ Java ում՝ մի քանի քայլով:...գծապատկեր import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document();...

    products.aspose.com/words/hy/java/make/
  7. Convert PDF to SVG Format in Ruby|Aspose.PDF fo...

    Find out how to convert PDF files to SVG format using Ruby and Aspose.PDF, enabling scalable and editable vector graphics....Ruby Code # The path to the documents directory . data_dir = File...Open the target document pdf = Rjb :: import ( ' com . aspose...

    docs.aspose.com/pdf/java/convert-pdf-to-svg-for...
  8. Online PPT Text Search Application or Develop P...

    Free online app to search in PPT files. Java code for any PPT file text search application....Search Ppt Online Searchable Document App and PPT Text Search API...Develop powerful Java based PPT document search engine software or...

    products.aspose.com/total/java/search/ppt/
  9. Add watermark to PDF|Aspose.PDF for Java

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Java....adding watermarks to your PDF document using Artifacts. Please check...pdf.examples ; import com.aspose.pdf.* ; import com.aspose.pdf...

    docs.aspose.com/pdf/java/add-watermarks/
  10. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...following code: var document = new Document(inputStream); //use...TextSearchOptions(true)); document.Pages.Accept(textFragmentAbsorber);...

    forum.aspose.com/t/textfragmentabsorber-with-te...