Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 9,089 for

map

(0.09 sec)
  1. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...STYLE_SIZE_MAP.items(): self.set_style_font_size(work...for n, v in self.STYLE_SIZE_MAP.items()} for i in range(paras...

    forum.aspose.com/t/change-styles-for-complete-d...
  2. Pptx转md怎么支持图片上传到远端服务器 or 怎么保证pptx的文本不被转义 - Free...

    我希望将pptx转换为md时,将pptx的所有图片上传到远端服务器,但是我不希望图片直接落盘,因此我才用了如下的方式: 1、遍历所有的shape,找到所有的图片,下载并上传到我的服务器 2、删除图片shape,并在原位置插入图片的url(markdown格式) 但是这样转换,会导致我插入的文本被转义,导致md无法正确识别图片,有什么解决办法么? 或者有没有现场的更好的实践方案? var pres = new Presentat…...pptx"))); Map<IShape, String> shapeUrlMap =...put(shape, imageUrl); } } } for (Map.Entry<IShape, String> entry :...

    forum.aspose.com/t/pptx-md-or-pptx/318649
  3. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for С++. Add, format, and edit charts with practical code examples in С++....Dash ); } Create Tree Map Charts Tree map charts are best used...shows you how to create a tree map chart: // The path to the documents...

    docs.aspose.com/slides/cpp/create-chart/
  4. Aspose::Words::Fields::FieldHyperlink class | A...

    Aspose::Words::Fields::FieldHyperlink class. Implements the HYPERLINK field To learn more, visit the documentation article in C++....hyperlink for a server-side image map. get_IsLocked () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Generate Reports in PST Files via .NET | produc...

    C# source code to generate PST format reports on .NET Framework, .NET Core, and Xamarin Platforms....fields Create data source and mapping Initialize TemplateEngine using...dt.Rows.Add(dr); // map columns var mappings = new System.Data...

    products.aspose.com/email/net/assembly/pst/
  6. Compress and Decompress OSM Files via .NET

    C# compression and decompression source code to compress OSM documents into a single zip archive or vice versa on .NET Framework, .NET Core....creation of a free editable map of the world. The primary output...geographic data rather than the map itself. The constraints on the...

    products.aspose.com/zip/net/zip-file/osm/
  7. Micro PDF417|Documentation

    Description of Micro PDF417 specifics...following modes are supported to map the input message and codeword...

    docs.aspose.com/barcode/info-cards/micro-pdf417/
  8. OdsoFieldMapData | Aspose.Words for Java

    Specifies how a column in the external data source shall be Mapped to the predefined merge fields within the document in Java....external data source shall be mapped to the predefined merge fields...in OdsoFieldMapData allows to map one column in the external data...

    reference.aspose.com/words/java/com.aspose.word...
  9. Extract Images From Website – Java Examples

    Learn how to download images from a website programmatically. Automate image extraction with Aspose.HTML for Java.... map (src -> new Url(src, document...absUrls = urls. stream () 25 . map (src -> new Url(src, document...

    docs.aspose.com/html/java/extract-images-from-w...
  10. Convert Excel to NumPy with Aspose.Cells for Py...

    Learn how to convert Excel to NumPy arrays using Aspose.Cells for Python. Step-by-step guide with installation, code examples, and best practices....ndarray where rows map to Excel rows and columns map to Excel columns...

    blog.aspose.com/cells/convert-excel-to-numpy/