Sort Score
Result 10 results
Languages All
Labels All
Results 6,561 - 6,570 of 180,900 for

doc

(0.11 sec)
  1. Saving a Document as a Multipage TIFF in C#|Asp...

    Convert a Document to a multi-page TIFF using C#. To determine how the Document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc.... Converting DOC to Multi-Page TIFF In Aspose...Aspose.Words, conversion from DOC to TIFF can be performed with one...

    docs.aspose.com/words/net/saving-a-document-as-...
  2. FieldIndex.heading property | Aspose.Words for ...

    FieldIndex.heading property. Gets or sets a heading that appears at the start of each set of entries for any given letter.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldXE.is_italic property | Aspose.Words for P...

    FieldXE.is_italic property. Gets or sets whether to apply italic formatting to the entry's page number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  4. NodeRendererBase.save method | Aspose.Words for...

    aspose.words.rendering.NodeRendererBase.save method... doc = aw . Document ( MY_DIR + 'Office...'Office math.docx' ) math = doc . get_child ( aw . NodeType ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Online PDF to XAMLFLOW Conversion or Develop Ja...

    Free online app to convert PDF to XAMLFLOW files. Java conversion library code for PDF Documents....Convert PDF to DOC by using save method Load DOC file by using...save PDF as a DOC document . save ( "DocOutput.doc" , SaveFormat...

    products.aspose.com/total/java/conversion/pdf-t...
  6. Aspose::Words::TextureIndex enum | Aspose.Words...

    Aspose::Words::TextureIndex enum. Specifies shading texture in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tex...
  7. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Current revision...

    reference.aspose.com/words/java/com.aspose.word...
  8. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....form field: Document doc = new Document ( "doc.pdf" ); InputStream...FileInputStream ( "image.jpg" ); doc . getForm (). getXFA (). setFieldImage...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  9. FieldData | Aspose.Words for Java

    Implements the DATA field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldData field = (FieldData)...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldDocProperty | Aspose.Words for Java

    Implements the DocPROPERTY field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...

    reference.aspose.com/words/java/com.aspose.word...