Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 213,126 for

new

(0.42 sec)
  1. 档案

    档案...fontDefinition = new com.aspose.font.FontDefinition(FontType.TTF, new FontFileDefinition(new...FontFileDefinition(new FileSystemStreamSour(fontPath))); com.aspose...

    blog.aspose.com/zh/font/convert-eot-to-woff-in-...
  2. Merge USDZ File Formats via .NET | products.asp...

    C# source code to load, render and Merge USDZ documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/usdz/
  3. Merge ASE File Formats via .NET | products.aspo...

    C# source code to load, render and Merge ASE documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/ase/
  4. Merge DAE File Formats via .NET | products.aspo...

    C# source code to load, render and Merge DAE documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/dae/
  5. Merge USD File Formats via .NET | products.aspo...

    C# source code to load, render and Merge USD documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/usd/
  6. Strange artifact (tiny dot) at the bottom left ...

    As I see there is already similar issue reported in the topic ‘Gray dot as visual artifact at lower left corner of stamp’, but the topic is private, so I will make a New topic related to the issue When using a multiline…...is private, so I will make a new topic related to the issue When...is this: var formattedText = new FormattedText(); formattedText...

    forum.aspose.com/t/strange-artifact-tiny-dot-at...
  7. Aspose.PDF problem convert pdf to pptx with sli...

    Hello for an application, we must convert files pdf in pptx with slides as images, so use the property PptxSaveOptions.SlidesAsImages at true. When we try to convert, get the follow error: Call Stack: System.ArgumentEx…...document = new Document(pdfStream); var msPptx = new MemoryStream();...MemoryStream(); var pptxOptions = new PptxSaveOptions { SlidesAsImages...

    forum.aspose.com/t/aspose-pdf-problem-convert-p...
  8. 使用updateFields更新目录存在目录缩进及页码不一致问题 - Free Support...

    使用updateFields更新目录 public static void main(String[] args) throws Exception { com.aspose.words.License wordsLicense=New com.aspose.words.License(); wordsLicense.setLicense("D:\\Aspose.TotalforJava.lic"); Stri…...License wordsLicense=new com.aspose.words.License(); wordsLicense..."D:\\更新目录-result.docx"; Document doc = new Document(fileName1); doc.updateFields();...

    forum.aspose.com/t/updatefields/322089
  9. Installing and Using Aspose.Pdf for IntelliJ ID...

    Discover the steps to install and configure Aspose.PDF for IntelliJ IDEA with Maven for efficient PDF document processing in Java....under “New” menu (using Right Click -> New OR File menu->New) Aspose...follow the steps below: Select New Project . Select Aspose.PDF Maven...

    docs.aspose.com/pdf/java/installing-and-using-a...
  10. PNG to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input PNG image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/png...