Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 20,132 for

document insertion

(0.29 sec)
  1. Shape.text_path property | Aspose.Words for Python

    Shape.text_path property. Defines the text of the text path (of a WordArt object)....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 用Node.js和C++从网页地址插入链接图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将网页地址中的链接图片插入到工作表中。...node" ); // The path to the documents directory. const dataDir =...AsposeCells . Workbook (); // Insert a linked picture (from Web...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-a-li...
  3. Securing and signing PDF in Go|Aspose.PDF for G...

    This section describes the features of using a signature and securing your PDF Document using Go...working with secured PDF documents using Aspose.PDF for Go via...open or unlock encrypted documents in Go applications. The article...

    docs.aspose.com/pdf/go-cpp/securing-and-signing/
  4. ChartLegendEntry.is_hidden property | Aspose.Wo...

    ChartLegendEntry.is_hidden property. Gets or sets a value indicating whether this entry is hidden in the chart legend... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxis.number_format property | Aspose.Words...

    ChartAxis.number_format property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the axis.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TIFF to PDF conversion causes font and width mi...

    Hi Team, I am converting a multipage TIFF file to PDF using Aspose for Java(we are using Aspose total). The conversion works, but the generated PDF doesn’t exactly match the original TIFF — there’s a mismatch in width a…...IOException { try (Document pdfDocument = new Document(); ImageInputStream...safe cast for TIFF Document pdf = new Document(); // Process each...

    forum.aspose.com/t/tiff-to-pdf-conversion-cause...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – اضافه کردن، انتقال یا حذف صفحات در PDF با استفاده از C++ https://products.aspose.com/pdf/fa/cpp/pages/ Recent content in اضافه کردن، انتقال یا ......درج تماس", "text": "با روش Insert مجموعه PageCollection با شاخص..."@type": "HowToSupply", "name": "document" }, "tool": [{ "@type": "HowToTool"...

    products.aspose.com/pdf/fa/cpp/pages/index.xml
  8. RowFormat.heading_format property | Aspose.Word...

    RowFormat.heading_format property. True if the row is repeated as a table heading on every page when the table spans more than one page.... Document () builder = aw . DocumentBuilder...start_table () # Any rows inserted while the "HeadingFormat"...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::DocumentBuilder::MoveToHeaderFoo...

    Aspose::Words::DocumentBuilder::MoveToHeaderFooter method. Moves the cursor to the beginning of a header or footer in the current section in C++.... Examples Shows how to insert an image, and use it as a watermark...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. How to Add Page Number in PDF using Python

    This article provides details on how to add page number in PDF using Python. It has detailed information about the environment configuration, a step-wise process and a runnable sample code to add page numbers to PDF without Acrobat using Python.... Steps to Insert Page Number in PDF using Python...file using the Document class object to insert the page number...

    kb.aspose.com/pdf/python/how-to-add-page-number...