Sort Score
Result 10 results
Languages All
Labels All
Results 5,231 - 5,240 of 14,945 for

combine

(0.21 sec)
  1. Cargar una fuente desde un archivo TTF | C++

    Solución API de C++ para cargar fuentes desde un archivo TTF en su disco duro incluso si este archivo no es una fuente en sí....fontPath = System::IO::Path::Combine(get_DataDir(), u "Montserrat-Regular...fontPath = System::IO::Path::Combine(get_DataDir(), u "Montserrat-Regular...

    docs.aspose.com/font/es/cpp/how-to-load-fonts/l...
  2. Lưu trữ

    Lưu trữ...Combine(DataDir, "Courier.pfb"); FontDefinition...settings string outPath = Path.Combine(OutputDir, "Type1ToTtf_out1...

    blog.aspose.com/vi/font/convert-type1-to-ttf/
  3. Lưu trữ

    Lưu trữ...save("combined.pptx", slides.export.SaveFormat...PPT đã hợp nhất pres1.save("combined.pptx", slides.export.SaveFormat...

    blog.aspose.com/vi/slides/merge-powerpoint-ppt-...
  4. Завантажити шрифт із файлу TTF | C++

    Рішення C++ API для завантаження шрифтів із файлу на жорсткому диску, навіть якщо це не шрифт сам по собі. Давайте розглянемо, як це зробити з файлу TTF....fontPath = System::IO::Path::Combine(get_DataDir(), u "Montserrat-Regular...fontPath = System::IO::Path::Combine(get_DataDir(), u "Montserrat-Regular...

    docs.aspose.com/font/uk/cpp/how-to-load-fonts/l...
  5. Adding an Image as a Paragraph causes infinite ...

    I am converting images to PDFs. When using specific settings, like a 2cm Margin this causes the call of Aspose.PDF.Document.Save or Aspose.PDF.Document.ProcessParagraphs to process infinitely, until the program crashes w…...Combine(directory, "test.png")), HorizontalAlignment...Add(image); document.Save(Path.Combine(directory, "test.pdf")); I...

    forum.aspose.com/t/adding-an-image-as-a-paragra...
  6. 如何使用 .NET 添加 Polygon 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Polygon 批注。... Combine ( _dataDir , "sample.pdf" ));...Save ( System . IO . Path . Combine ( _dataDir , "sample_polygon...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  7. 如何使用 C++ 添加 Polygon 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Polygon 註釋的原始程式碼... Combine ( _dataDir , "sample.pdf" ));...Save ( System . IO . Path . Combine ( _dataDir , "sample_polygon...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  8. | Aspose

    Sample code for DJVU to DOCX Java conversion. Use API example code for batch DJVU files to DOCX conversion within any Web or Desktop Java based application....those which contain the combination of text, drawings, images...changed from plain binary to a combination of XML and binary files....

    products.aspose.com/ocr/java/conversion/djvu-to...
  9. | Aspose

    Sample code for DJVU to DOCX Java conversion. Use API example code for batch DJVU files to DOCX conversion within any Web or Desktop Java based application....those which contain the combination of text, drawings, images...changed from plain binary to a combination of XML and binary files....

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  10. Archivio

    Archivio...Combine(dataDir, "owl.png")); // Save...SVG file document.Save(Path.Combine(dataDir, "olw.svg")); Ottieni...

    blog.aspose.com/it/svg/vectorize-image-in-csharp/