Sort Score
Result 10 results
Languages All
Labels All
Results 9,951 - 9,960 of 224,718 for

new

(0.24 sec)
  1. Document metadata (e.g. Title, Author) gets cle...

    Hello, We have noticed a New issue in Aspose.Words 25.10, where document metadata such as title, author gets cleared after performing document.compare with some other document (note there may be more, however some of th…...9:12am 1 Hello, We have noticed a new issue in Aspose.Words 25.10,...issue: Document mainDocument = new Document(); mainDocument.getBuiltInDocumentPr()...

    forum.aspose.com/t/document-metadata-e-g-title-...
  2. 创建带有基本 3D 形状的场景|Documentation

    Aspose.3D for Node.js 通过 Java API 具有对基本 3D 形状的支持。所有参数化基本体在保存到任何受支持的输出文件格式时,都将自动转换为网格。...Initialize a 3D scene var scene = new aspose . threed . Scene (); //...(). createChildNode ( "box" , new aspose . threed . Box ()); //...

    docs.aspose.com/3d/zh/nodejs-java/create-scene-...
  3. Create File using Python | products.aspose.com

    Create text and Microsoft Word documents with out installing Microsoft Office... By providing “x”, new file will be created but throws...already exists. By providing “a”, new text file will be created if...

    products.aspose.com/total/python-net/create/
  4. Aspose.pdf 如何裁剪PDF的多个区域为一个个图片? - Free Support F...

    我想要指定一些坐标区域,然后将这些区域裁剪为BufferedImage,然后在另一个PDF文件中的指定位置进行替换,我要怎么实现这个功能? 将PDF中的多个指定区域裁剪为BufferedImage; 使用BufferedImage替换PDF中的图片;...码片段: Document pdfDocument = new Document("input.pdf"); ImagePlacementAbsorb...ImagePlacementAbsorb absorber = new ImagePlacementAbsorb(); pdfDocument...

    forum.aspose.com/t/aspose-pdf-pdf/315861
  5. Export Visio Diagram to XML in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... new ( data_dir + "Drawing.vsd" )...aspose.diagram.Diagram' ) . new ( data_dir + "Drawing.vsd" )...

    docs.aspose.com/diagram/java/export-visio-diagr...
  6. 以自定义二进制格式保存 3D 网格|Documentation

    Aspose.3D for Java API 支持打开任何受支持的 3D 文档,然后在二进制文件中写入网格。...load a 3D file Scene scene = new Scene ( MyDir + "test.fbx" );...writer = new DataOutputStream ( new BufferedOutputStream ( new FileOutputStream...

    docs.aspose.com/3d/zh/java/save-3d-meshes-in-cu...
  7. Populate Data First by Row then by Column|Docum...

    Learn how to Populate Data First by Row then by Column through the Aspose.Cells for JavaScript via C++ API....Create a new workbook (blank) const workbook = new Workbook ();...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/populate-d...
  8. Displaying Email Information on Screen in PHP|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....$message_format = new MessageFormat (); $mailMessage = new MailMessage...sites: GitHub CodePlex Create New Email in PHP Extracting Email...

    docs.aspose.com/email/java/displaying-email-inf...
  9. FindReplaceOptions.IgnoreShapes | Aspose.Words ...

    Discover the IgnoreShapes property of FindReplaceOptions. Control shape inclusion in text processing with this essential boolean setting for improved accuracy....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions findReplaceOptions = new FindReplaceOptions () { IgnoreShapes...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = New Document("input.doc"); for (Section section : doc.getSection…...throws Exception { Document doc = new Document("input.doc"); for (Section...throws Exception { Document doc = new Document("input.doc"); for (Section...

    forum.aspose.com/t/word/322768