All products are different! You buy only what you need!
https://sautinsoft.com/order.php
Search found 45 matches
- Thu Jun 23, 2022 2:51 pm
- Forum: Document .Net
- Topic: Is possible to convert multipage tiff to pdf?
- Replies: 3
- Views: 35
- Thu Jun 23, 2022 9:13 am
- Forum: Document .Net
- Topic: Is possible to convert multipage tiff to pdf?
- Replies: 3
- Views: 35
Re: Is possible to convert multipage tiff to pdf?
Hello. Sure it's possible. Tiff to PDF (mTiff to PDF) PDF Vision .Net: using System; using System.IO; using SautinSoft.PdfVision; using System.Drawing; namespace Sample { class Program { static void Main(string[] args) { ConvertMultipageTiffToPdf(); } public static void ConvertMultipageTiffToPdf() {...
- Tue Jun 14, 2022 2:03 am
- Forum: Document .Net
- Topic: Pdf to Html Problem
- Replies: 2
- Views: 185
Re: Pdf to Html Problem
Hello
Thank you for your files.
I am trying to test it right now: I see that the first string is SVG, the second string is an Image.
Please give me time for test with more details.
Thanks
Thank you for your files.
I am trying to test it right now: I see that the first string is SVG, the second string is an Image.
Please give me time for test with more details.
Thanks
- Fri Jun 03, 2022 8:34 am
- Forum: PDF Focus .Net
- Topic: Can not convert PDF file or can not convert all pages of pdf file
- Replies: 4
- Views: 125
- Wed May 25, 2022 11:57 am
- Forum: PDF Focus .Net
- Topic: Can not convert PDF file or can not convert all pages of pdf file
- Replies: 4
- Views: 125
Re: Can not convert PDF file or can not convert all pages of pdf file
Hello.
I'll try to help you, but , before, could you send us your PDF (PDFs) file for test?
I'll check why it's happening...
Thanks
I'll try to help you, but , before, could you send us your PDF (PDFs) file for test?
I'll check why it's happening...
Thanks
- Mon Mar 28, 2022 2:09 pm
- Forum: PDF Vision .Net
- Topic: PDF Vision
- Replies: 3
- Views: 1021
Re: PDF Vision
We are happy to offer you completely new PDF Vision .Net 6.0! https://sautinsoft.com/products/pdf-vision/ In the version 6 we've fully renewed the component to make it convenient and compatible to the latest .NET technologies, let's see what's new: Completely new HTML to PDF conversion engine based ...
- Thu Mar 24, 2022 11:20 am
- Forum: Document .Net
- Topic: merge columns in table for DocumentBuilder
- Replies: 2
- Views: 529
Re: merge columns in table for DocumentBuilder
Hi.
Your code is valid.
You just forgot to add these strings in CreatePdfUsingDocumentBuilder():
var cell = db.InsertCell();
cell.ColumnSpan = maxColumn;
After you will see a good result! Enjoy
Your code is valid.
You just forgot to add these strings in CreatePdfUsingDocumentBuilder():
var cell = db.InsertCell();
cell.ColumnSpan = maxColumn;
After you will see a good result! Enjoy
- Thu Mar 24, 2022 7:55 am
- Forum: Document .Net
- Topic: Change Header From Top and Footer From Bottom Distance
- Replies: 1
- Views: 306
Re: Change Header From Top and Footer From Bottom Distance
Hi Cory.
To help you with this I’ll need to investigate your files.
Please (files@sautinsoft.com) send us your sample project, your input file, the current output file that you get, and the desired output file that you would like to get.
I'll check how to do that using Document.Net
Regards, Oliver
To help you with this I’ll need to investigate your files.
Please (files@sautinsoft.com) send us your sample project, your input file, the current output file that you get, and the desired output file that you would like to get.
I'll check how to do that using Document.Net
Regards, Oliver
- Fri Feb 18, 2022 7:53 pm
- Forum: Excel to PDF .Net
- Topic: ExcelToPDF missing border for empty cell when converting Excel to PDF
- Replies: 1
- Views: 619
- Fri Feb 18, 2022 3:28 pm
- Forum: HTML to RTF .Net
- Topic: HTML to DOCX - Repeat Header Rows
- Replies: 1
- Views: 678
Re: HTML to DOCX - Repeat Header Rows
Hi.
You are right Document.Net can repeat Header for each page.
But HTML to RTF. Net doesn't have this option inside. Sorry
Thanks
You are right Document.Net can repeat Header for each page.
But HTML to RTF. Net doesn't have this option inside. Sorry
Thanks