Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 375,158 for

document

(0.15 sec)
  1. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...I have used the nodes and document positions returned from the...}) begin Tempfile.create(['document', '.docx']) do |temp_file_2|...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  2. Online SVG to PPTM Conversion or Develop Java b...

    Free online app to convert SVG to PPTM files. Java conversion library code for SVG Documents....will be converted into PPTM document Download the converted PPTM...Automation API Open SVG file using Document class Convert SVG to PPTX...

    products.aspose.com/total/java/conversion/svg-t...
  3. Supported File Formats|Aspose.PDF for .NET

    This page shows which Aspose.PDF for .NET can load and save file formats....Save Remarks PDF Portable Document Format CGM Computer Graphics...typesetting file format MHT MHTML Document PCL Printer Control Language...

    docs.aspose.com/pdf/net/supported-file-formats/
  4. HtmlFixedSaveOptions.ExportEmbeddedImages | Asp...

    Discover how the ExportEmbeddedImages property in HtmlFixedSaveOptions enhances your HTML Documents by embedding images in Base64 format, optimizing visual quality while managing file size....should be embedded into Html document in Base64 format. Note setting...exporting a document to Html. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PdfSaveOptions.additionalTextPositioning proper...

    PdfSaveOptions.additionalTextPositioning property. A flag specifying whether to write additional text positioning operators or not....downside is the increased PDF document size. The default value is...operators. let doc = new aw . Document ( base . myDir + "Text positioning...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PclSaveOptions.AddPrinterFont | Aspose.Words fo...

    Discover the PclSaveOptions AddPrinterFont method to efficiently upload and manage printer fonts from manufacturers for enhanced printing performance....the font that is used in Pcl document. Remarks There are 52 fonts...different font. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. SaveOptions.dmlEffectsRenderingMode property | ...

    SaveOptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered....property is used when the document is exported to fixed page...of DrawingML effects in a document as we save it to PDF. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add Attachments to PDF using C# | Aspose.PDF

    Add attachments to PDF Documents on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... powerful and easy to use document manipulation API for net platform...to Aspose.PDF DLL. Create a Document object. Create a FileSpecification...

    products.aspose.com/pdf/net/attachments/add/
  9. Aspose.Words.Themes | Aspose.Words for .NET

    Access and manage Microsoft Word Document themes effortlessly with Aspose.Words.Themes. Enhance your Documents with vibrant, customizable styles today!...information in Microsoft Word documents. Classes Class Description...Description Theme Represents document Theme, and provides access to main...

    reference.aspose.com/words/net/aspose.words.the...
  10. 填写AcroForm|Aspose.PDF for C++

    本节说明如何使用Aspose.PDF for C++在PDF文档中填写表单字段。...PDF for C++允许您填写表单字段,从Document对象的Form集合中获取字段。 让我们看看以下示例如何解决此任务:...); // 打开文档 auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/zh/cpp/fill-form/