Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 376,839 for

document

(0.17 sec)
  1. DmlEffectsRenderingMode | Aspose.Words for Java

    Specifies how DrawingML effects are rendered to fixed page formats in Java....effects in a document as we save it to PDF. Document doc = new Document(getMyDir()...Document(getMyDir() + "DrawingML shape effects.docx"); // Create...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Convert Word RTF to PDF in Python

    This short tutorial describes how to convert Word RTF to PDF in Python. All the configuration details, step-wise process and a runnable sample code that can change RTF to PDF in Python with the help of a few API calls only, are also part of it....to convert to PDF into the Document class object Instantiate the...RTF file is loaded into the Document class object that has multiple...

    kb.aspose.com/words/python/how-to-convert-word-...
  3. PdfSaveOptions.use_core_fonts property | Aspose...

    PdfSaveOptions.use_core_fonts property. Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts....fonts are replaced in PDF document with corresponding core Type...font substitution. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 C++ 向 PDF 添加文本 | Aspose.PDF

    简单的演示源代码,可在任何采用 C++ 语言的平台上处理 PDF 文件中的文本。...PDF file auto document = MakeObject < Document > ( _dataDir +...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/zh-hans/cpp/text/
  5. Sanitization.SanitizationException during redac...

    Hi Team! I have a pdf file which cause an exception during redaction. This exception is also thrown when I want to check if the Document is contains a digital signature. What this exception exactly mean? The Document i…...when I want to check if the document is contains a digital signature...exception exactly mean? The document is already changed after it...

    forum.aspose.com/t/sanitization-sanitizationexc...
  6. Aspose::Words::Notes::Footnote::get_FootnoteTyp...

    Aspose::Words::Notes::Footnote::get_FootnoteType method. Returns a value that specifies whether this is a footnote or endnote in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...all the references in the document. // Each reference will also...

    reference.aspose.com/words/cpp/aspose.words.not...
  7. SystemFontSource | Aspose.Words for .NET

    Discover the SystemFontSource constructor for efficient font management. Enhance your web design with optimized typography solutions today!...Examples Shows how to access a document’s system font source and set...font substitutes. Document doc = new Document (); doc . FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Cell.Accept | Aspose.Words for .NET

    Discover the Cell Accept method—enhance visitor engagement and streamline interactions for a seamless experience. Unlock your site's potential today!...table in a document. public void TableToText () { Document doc = new...new Document ( MyDir + "DocumentVisitor-compatible features.docx"...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Android API to Convert DOCM to SXC or with free...

    Convert DOCM to SXC in Android Apps without using using Microsoft Word or Microsoft Excel or online. Test free DOCM to SXC online converter quickly before integrating the code.... DOCM is a Microsoft Word document with macros enabled, while...users to open and edit the document in OpenOffice Calc, which...

    products.aspose.com/total/android-java/conversi...
  10. Shifted and deleted cells in Docx table (Java) ...

    Hi, We’re running Aspose with files containing tables with certain formatting. When this happens, the outputted file seems to have shifted cells around, overlays cells on top of other cells and deletes some. It seems t…...your code simply convert the document to PDF. So the problem can...following simple code: Document doc = new Document("C:\\Temp\\in.docx");...

    forum.aspose.com/t/shifted-and-deleted-cells-in...