Sort Score
Result 10 results
Languages All
Labels All
Results 7,331 - 7,340 of 16,043 for

combine

(0.08 sec)
  1. WOFF2 to TTF Converter API | .NET

    تحويل WOFF2 إلى TTF باستخدام .NET API على Windows. ادمج WOFF2 الأصلي مع وظيفة تحويل الخط TTF في الحل الخاص بك....Combine(DataDir, "{{inputFile}}");...settings string outPath = Path.Combine(OutputDir, "{{outputFile}}");...

    products.aspose.com/font/ar/net/conversion/woff...
  2. TYPE1 to WOFF2 Converter API | .NET

    تحويل TYPE1 إلى WOFF2 باستخدام .NET API على Windows. قم بدمج TYPE1 الأصلي مع وظيفة تحويل خط WOFF2 في الحل الخاص بك....Combine(DataDir, "{{inputFile}}");...settings string outPath = Path.Combine(OutputDir, "{{outputFile}}");...

    products.aspose.com/font/ar/net/conversion/type...
  3. Glifos e métricas das fontes do tipo1 | .NET

    C# APIs para os desenvolvedores manipularem e fontes. Aprenda os fundamentos sobre como trabalhar com glifos e métricas de fontes Type1 dentro do .NET....Combine(dataDir, "courier.pfb"); )...exemplo, string fontPath = Path.Combine(dataDir, "courier.pfb"); )...

    docs.aspose.com/font/pt/net/glyphs-and-metrics-...
  4. กำลังโหลด TeX จาก ZIP | โซลูชัน .NET API

    โซลูชัน .NET API เพื่อทำงานร่วมกับ TeX เรียนรู้จากตัวอย่างวิธีการโหลดไฟล์ TeX จาก ZIP ด้วยโค้ด C# เพียงไม่กี่บรรทัด...Combine(RunExamples.InputDirectory...outZipStream = File.Open(Path.Combine(RunExamples.OutputDirectory...

    products.aspose.com/tex/th/net/load-tex-from-zip/
  5. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Combine(reportDesPath, fileName); Aspose...页码: string desPath = Path.Combine(reportDesPath, fileName); Aspose...

    forum.aspose.com/t/word/316558
  6. SSN NOt Getting Redacted - Free Support Forum -...

    I’m reaching out to explore solutions for scanning text and performing OCR on PDF documents to redact PII information. We are looking to process approximately 1 million PDFs every day, and I am keen to understand the bes…...Combine(inputPath, filename)); string...document pdfDocument.Save(Path.Combine(outputPath, filename)); } }...

    forum.aspose.com/t/ssn-not-getting-redacted/316872
  7. Aspose PDF Arrow Annotation 문의 - Free Support F...

    안녕하세요. Aspose PDF 를 활용하여 Annotation 을 추가하는 작업을 하고 있습니다. 커스텀하게 사용하고 싶은 Annotation 이 있어 가능할지 문의드립니다. image.png (5.0 KB) 제가 원하는 건 이런 화살표 주석이구요. 현재 화살표 추가는 LineAnnotation 에 ClosedArrow 사용 중입니다. // 화살표 추가 …...Combine(DataDir, InputFile); var outputPath...outputPath = System.IO.Path.Combine(DataDir, OutputFile); using...

    forum.aspose.com/t/aspose-pdf-arrow-annotation/...
  8. Extract Tables from Website – C# code

    Learn how to programmatically extract tables from website using the C# Aspose.HTML library. Optimize your data collection and analysis!...Combine(OutputDir, newFileName)); newDoc...newDoc.Save(Path.Combine(OutputDir, newFileName)); i++; } } else...

    products.aspose.com/html/net/extract-table-from...
  9. ปรับขนาดรูปภาพใน HTML – C# – Aspose.HTML for .NET

    ปรับขนาดรูปภาพเช่น PNG, JPEG, GIF, TIFF และ BMP ในเอกสาร HTML โดยทางโปรแกรม ใช้ Aspose.HTML for .NET API เพื่อปรับขนาดรูปภาพผ่าน C#...Combine(DataDir, "document.html" );...saving string savePath = Path.Combine(OutputDir, "resize-image.html"...

    products.aspose.com/html/th/net/images/resize/
  10. Видалити зображення з HTML – C# – Aspose.HTML f...

    Дізнайтеся про важливість видалення непотрібних зображень із HTML і про те, як програмно видалити зображення за допомогою бібліотеки Aspose.HTML for .NET....Combine(DataDir, "file.html" ); //...saving string savePath = Path.Combine(OutputDir, "remove-image.html"...

    products.aspose.com/html/uk/net/images/remove/