Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 74,007 for

import

(0.42 sec)
  1. Eszett characters are turned to 'SS' after conv...

    Hi, I’m trying to convert customer’s input docm file into pdf where input file contains Eszett characters which are seen as ‘SS’ in pdf. After further checking, we found the issue is specifically for the ones set into …...standalone program import com.aspose.words.Document; import com.aspose...aspose.words.PdfSaveOptions; import com.aspose.words.FindReplaceOptions;...

    forum.aspose.com/t/eszett-characters-are-turned...
  2. 实用功能 - SMTP 客户端|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....Castle 安全提供者 import java.security.Security ; import org.bouncycastle...

    docs.aspose.com/email/zh/java/utility-features-...
  3. Map Viewer APIs for .NET | products.aspose.com

    Convert from GPX to SVG through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files....curved lines SVG PNG BMP JPEG Import from SLD Platform Independence...points, lines, and surfaces. Import styles from SLD format. Draw...

    products.aspose.com/gis/net/viewer/gpx-to-svg/
  4. Map Viewer APIs for .NET | products.aspose.com

    Develop OSM viewer through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files....curved lines SVG PNG BMP JPEG Import from SLD Platform Independence...points, lines, and surfaces. Import styles from SLD format. Draw...

    products.aspose.com/gis/net/viewer/osm/
  5. Map Viewer APIs for .NET | products.aspose.com

    Develop MapInfo-TAB viewer through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files....curved lines SVG PNG BMP JPEG Import from SLD Platform Independence...points, lines, and surfaces. Import styles from SLD format. Draw...

    products.aspose.com/gis/net/viewer/mapinfo-tab/
  6. Map Viewer APIs for .NET | products.aspose.com

    Convert from GeoTIFF to PNG through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files....curved lines SVG PNG BMP JPEG Import from SLD Platform Independence...points, lines, and surfaces. Import styles from SLD format. Draw...

    products.aspose.com/gis/net/viewer/geotiff-to-png/
  7. Map Viewer APIs for .NET | products.aspose.com

    Convert from GeoTIFF to JPEG through library designed specifically for .NET developers. Map Rendering APIs for Kml, GeoJson Gpx, Kml, and other files....curved lines SVG PNG BMP JPEG Import from SLD Platform Independence...points, lines, and surfaces. Import styles from SLD format. Draw...

    products.aspose.com/gis/net/viewer/geotiff-to-j...
  8. Mht to pdf - exception is thrown "Value of 'val...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown “Value of ‘value’ is invalid” input file 127.zip (16.4 KB) output pdf 127_html.pdf (19.8 KB)...HTML: import com.aspose.html.saving.PdfSaveOptions; import com...

    forum.aspose.com/t/mht-to-pdf-exception-is-thro...
  9. 在演示文稿中使用 Python 复制段落和文本片段|Aspose.Slides for Pyt...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿之间复制段落和文本片段,从而提升你的工作流程。... import aspose.slides as slides #函数定义...属性复制到一个临时部分并返回。目标部分获得复制的值。 import aspose.slides as slides #函数定义...

    docs.aspose.com/slides/zh/python-net/copying-pa...
  10. Excelで生成したグラフを画像に変換した際にうるう年の2/29をX軸のメモリ表示としていた場...

    ■対象パッケージ・バージョン 以下のパッケージ・バージョンのどちらでも、下記の事象が発生しています。 aspose-cells-24.10.jar aspose-cells-25.10.jar ■事象 Chart クラスの toImage メソッドを利用して Excel 上のチャートを EMF や PNG 画像ファイルに変換した際に、 x軸目盛りの日付がうるう年の2/29の場合に、2/28に強制誤変換されます。 ■再現プロ…...example; import java.time.LocalDate; import java.time.ZoneId;...ZoneId; import java.time.temporal.ChronoUnit; import java.util...

    forum.aspose.com/t/excel-2-29-x-2-28/327278