Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 400,591 for

document

(0.3 sec)
  1. Lock PDF using C++ | Aspose.PDF

    Sample C++ code for using Aspose.PDF to read protected (password encrypted) Documents, secure a Document with protection, or remove protection....Protect PDF Document Using C++ Lock PDF using Aspose.PDF for...unauthorized changes to the document, maintaining its accuracy...

    products.aspose.com/pdf/cpp/encrypt/
  2. Specify Save Options in Java|Aspose.Words for Java

    Set advanced properties when saving a Document using Java to provide more precise control over the process....Contents [ Hide ] When saving a document, you can set some advanced...options before saving the document into HTML: You can download...

    docs.aspose.com/words/java/specify-save-options/
  3. LayoutOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutOptions to optimize Document layout control, enhancing your Word processing experience with flexible customization options....that allow controlling the document layout process. To learn more...Converting to Fixed-page Format documentation article. public class LayoutOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  4. DocumentBuilder.InsertHtml | Aspose.Words for .NET

    Effortlessly enhance your Documents with the DocumentBuilder InsertHtml method—seamlessly insert HTML strings for dynamic content integration....Inserts an HTML string into the document. public void InsertHtml (...string to insert into the document. Remarks You can use this...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Document.normalizeFieldTypes method | Aspose.Wo...

    Document.normalizeFieldTypes method. Changes field type values [FieldChar.fieldType](../../../aspose.words.fields/fieldchar/fieldType/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in the whole Document so that they correspond to the field types contained in the field codes....FieldSeparator , FieldEnd in the whole document so that they correspond to...Remarks Use this method after document changes that affect field...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Android API to Render PCL to MHTML | products.a...

    Transform PCL to MHTML via Android via Java API...Why to Convert The Portable Document Format (PDF) is a widely used...used file format for documents. It is a popular choice for sharing...

    products.aspose.com/total/android-java/conversi...
  7. C# API to Export EPUB to ODT | products.aspose.com

    Convert EPUB to ODT without using Microsoft Word...the tools to add powerful document manipulation and conversion...can then use the powerful Document Processing API, Aspose.Words...

    products.aspose.com/total/net/conversion/epub-t...
  8. Android API to Render TEX to MHTML | products.a...

    Transform TEX to MHTML via Android via Java API...provides features such as document manipulation, text manipulation...via Java Open TEX file using Document class Convert TEX to DOC by...

    products.aspose.com/total/android-java/conversi...
  9. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....the Working with Fields documentation article. Remarks: At the...merge’s output documents. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var fie...possible for you to share the document you mentioned to check the...

    forum.aspose.com/t/change-a-field-name/312114