Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 10,596 for

join documents

(0.39 sec)
  1. Shape copying confusion - Free Support Forum - ...

    I have a script which copies a file, then attempts to copy a shape from the first page 10 times onto the second page, moving each shape an inch to the right. What I end up with is: 3 copies of the shape The names of t…...vsdx' $diagramfile=join-path c:\temp\ "$([guid]::newguid())...Document.vsdx' $diagramfile=join-path c:\temp\ "$([guid]::newguid())...

    forum.aspose.com/t/shape-copying-confusion/318632
  2. Vectorize Images in Python – PNG, JPG to SVG

    Vectorize images in Python with Aspose.SVG. Convert PNG, JPG, BMP, TIFF, or GIF to SVG and tune colors, smoothing, and path detail....a raster image into an SVG document Controls colors, line width..."output/" 7 input_path = os. path . join (input_folder, "fish.png" )...

    docs.aspose.com/svg/python-net/vectorize-images/
  3. ResourceSavingArgs class | Aspose.Words for Python

    aspose.words.saving.ResourceSavingArgs class. Provides data for the [IResourceSavingCallback.resource_saving()](../iresourcesavingcallback/resource_saving/#resourcesavingargs) event...more, visit the Save a Document documentation article. Remarks By...when Aspose.Words saves a document to fixed page HTML, SVG or...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 提取链接|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,提取所有链接,并打印其坐标和 URI(如果可用)。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/extract-links/
  5. 按名称和值填写字段|Aspose.PDF for Python via .NET

    本文演示了如何使用 Aspose.PDF for Python via .NET 通过名称和值动态填充多个 PDF 表单字段。它不是逐个设置字段,而是使用字典结构将字段名称映射到对应值,并在循环中批量填充。... 保存已更新的 Document。 from io import FileIO import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/fill-fields-b...
  6. ResourceSavingArgs.resource_file_name property ...

    ResourceSavingArgs.resource_file_name property. Gets or sets the file name (without path) where the resource will be saved to....depends on whether you save the document to a file or to a stream.... When saving a document to a file, the generated resource file...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlFixedSaveOptions.resources_folder property ...

    HtmlFixedSaveOptions.resources_folder property. Specifies the physical folder where resources (images, fonts, css) are saved when exporting a document to Html format...are saved when exporting a document to Html format. Default is...is False . When you save a Document in Html format, Aspose.Words...

    reference.aspose.com/words/python-net/aspose.wo...
  8. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....Shows how to insert an entire document’s contents as a replacement...(InsertDocumentAtRepl). def _insert_document ( insertion_destination ,...

    reference.aspose.com/words/python-net/aspose.wo...
  9. INodeChangingCallback class | Aspose.Words for ...

    aspose.words.INodeChangingCallback class. Implement this interface if you want to receive notifications when nodes are inserted or removed in the document....inserted or removed in the document. Methods Name Description...when a node belonging to this document has been inserted into another...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Getting Headers or Footers with JavaScript via ...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the JavaScript via C++ API....replace ( /'/g , ''' ); } document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/get-header...