Hello @ajayindfw! Thank you for the feedback. Could you please share more details on what is foggy in the video? Your feedback could help us to improve it. Thanks.
@JulianBedoyaVargas12 күн бұрын
Perfect !!!! thanks !!!
@ironsoftware10 күн бұрын
Thanks for watching! :)
@ronforeman839412 күн бұрын
Both outputs failed to OCR the "2022 in numbers" text in the first line
@ironsoftware10 күн бұрын
Hello, @ronforeman8394! Thanks for the comment. If you try our filters to enhance the image such as Invert followed by Binarize then you will be able to extract all texts. See here for a list of filters: ironsoftware.com/csharp/ocr/tutorials/c-sharp-ocr-image-filters/ Hope it helps. If not, please let us know in the live chat on our website. Thanks.
@SoundharSaminathan-t3gАй бұрын
But DinktoPdf is an open source library
@ironsoftwareАй бұрын
Yes, DinkToPdf is an open-source library that provides a basic and free solution for converting HTML to PDF using the Webkit engine. However, it may lack some advanced features and support that paid solutions offer, such as better encryption and modern web standards compatibility.
@netrunner1987Ай бұрын
So, how do you open a varbinary word docx and add text to the top? I need to be able to add contact information to the top of edited resumes, since clients have unique contact formatting.
@ironsoftwareАй бұрын
Hi @netrunner1987, These are the typical instructions you would follow: Opening DOCX file: Use IronWord to open the .docx file directly. using IronWord; var doc = new WordDocument("D:/file-sample.docx"); Adding text to the top: - Create a new paragraph with the contact information or custom text. - Insert the paragraph at the beginning of the document. var paragraph = new Paragraph(); paragraph.AddText("this is the text to add at the beginning of the document"); doc.Paragraphs[0].Parent.InsertChildToIndex(0, paragraph); Saving the file: - Save the updated file to a specified location. doc.SaveAs("D:/file-sampleOut.docx"); Note: IronWord currently doesn't support loading DOCX from a byte[] directly. If you need more help, you can contact Iron Software support at [email protected]. Thanks!
@netrunner1987Ай бұрын
@@ironsoftware So, no memorystream support yet right?
@netrunner1987Ай бұрын
@@ironsoftware still attaches to the bottom.
@gajananmandavkar3939Ай бұрын
How to convert html to pdf with Arabic text... I have tried all possible solutions but it's not getting generated
@ironsoftwareАй бұрын
Hello @gajananmandavkar3939! :) Here’s how you can address issues with converting HTML to PDF with Arabic text using IronPDF, ensuring the best Unicode configuration: - Use UTF-8 Encoding: Set the encoding to UTF-8 to handle complex scripts like Arabic properly. - Font Support: Ensure that you're using a font in your HTML that supports Arabic characters (e.g., Arial, Times New Roman). Include this font in your CSS or HTML styles. - Font Availability: Verify that the required fonts are available in the server or environment where the PDF is being generated. - Check .NET Compatibility: Ensure that your .NET version is supported by IronPDF. IronPDF supports .NET Core (3.1+), .NET Framework (4.6.2+), and .NET 5, 6, 7, and 8. For a detailed code example that demonstrates handling Unicode in PDF conversion with IronPDF, you can check out the official IronPDF Unicode Example (ironpdf.com/examples/unicode/) If you need more help, you can contact Iron Software support at [email protected]. Thanks!
@sth-sweet2 ай бұрын
Interesting! Nice use case of IronPDF
@ironsoftwareАй бұрын
Thanks!
@sth-sweet2 ай бұрын
Good video
@ironsoftwareАй бұрын
Glad you like it! :)
@leighbowers92152 ай бұрын
SelectPDF's support has been poor in our experience; so much so that we're considering moving to IronPDF (as we've had great experience with support on IronOCR). Support is just as important as the product itself.
@ironsoftware2 ай бұрын
Thank you very much for the feedback! If you need any help with IronPDF, please reach out to the support team anytime. Thanks! :)
@mgmanalys2 ай бұрын
Whenever I use the coordinates of the barcode read in a PDF, it never aligns exactly on top; it always diverges. When it's in an image, it works perfectly. Could this be something related to the PDF's scale or resolution? There aren't any articles on this. I'm using the BarcodeReader.ReadPdf() function. The goal is to locate the coordinates of the detected barcode and overlay it with another barcode. But the coordinates don't match. I'm using the canvas to place the new barcode at the coordinates provided by IronBarcode.
@chinmayk26572 ай бұрын
Code pls
@ironsoftware2 ай бұрын
Hello @chinmayk2657. You can find the code here ironsoftware.com/csharp/ocr/tutorials/how-to-read-text-from-an-image-in-csharp-net/ :)
@--dh--3 ай бұрын
Thanks for the video. I followed the example code from the IronPdf website and created a cert in Adobe using the tutorial from the link provided. However I get this error when running the code. IronSoftware.Exceptions.IronSoftwareNativeException: 'Error while retrieving digital signatures: 'Error while retrieving length of signature contents'. Any ideas? Thanks
@--dh--3 ай бұрын
@@ironsoftware Thanks, I reached out to customer support shortly after posting this comment. Support could not get this feature to work as expected. Waiting for an update.
@ironsoftware2 ай бұрын
@--dh-- thanks for the comment! We hope we'll have it updated pretty soon! :). Please subscribe to our newsletter to see the latest update on the product ironpdf.com/product-updates/changelog/. Thanks.
@--dh--2 ай бұрын
@@ironsoftware This turned out to be a bug. Your guys are working on it. Thanks
@balazs.hideghety3 ай бұрын
Why is it that a lot of companies I know still use WkHtml and generate PDFs from HTML? When doing samples, how about corner cases: importing images, tables with repeating headers, footer/header with current page number... (did I miss anything)?
@ironsoftware3 ай бұрын
The process of importing pages, images, and tables that feature repeating headers can indeed be accomplished through the various functions offered by IronPDF. Comprehensive tutorials are accessible on the IronPDF website, covering a wide range of topics including the management of headers and footers, which also includes the handling of current page numbers. The documentation provides a thorough explanation of these topics. For immediate support please visit the following link: ironpdf.com/docs/
@microsecure26124 ай бұрын
Thanks you for this video, is there anyway to capture just the invoice number from pdf invoice ?
@ironsoftware3 ай бұрын
Yes you can use Crop Rectangles to select the area of the document you want read. See this documentation ironsoftware.com/csharp/ocr/troubleshooting/crop-regions-rectangles/
@Filgaja4 ай бұрын
***** Unlock full functionality with an instant Free Trial Key ***** Couldnt you tell its not free? ... uninstalled! BYE!
@Drew-vp3lq4 ай бұрын
Is this a joke? lol. First go to some website and convert it to HTML??? This is not converting PPT to PDF using C#. It's converting HTML to C#. Completely useless garbage.
@ironsoftware3 ай бұрын
We are pleased to announce the imminent launch of IronPPT for the C# Powerpoint Library. Please ensure to stay connected with us on ironsoftware.com for further updates.
@Drew-vp3lq4 ай бұрын
No you didn't. You converted an HTML file to PDF. You still need word to save it to HTML in the first place. This is useless
@ironsoftware3 ай бұрын
We have recently introduced a feature that allows the conversion of Docx documents to PDF format. For further details on this functionality, please visit the following link: ironpdf.com/how-to/docx-to-pdf/.
@JasonRobards25 ай бұрын
How to go about this directly from the memory stream?
@ironsoftware3 ай бұрын
The PDFDocument Constructor includes an overload that accommodates the type MemoryStream.
@simonfacal5 ай бұрын
Hi, thank you for the tutorial! I have a question, How can I add variables to the HTML?, like, creating a method with params, and putting those params in the HTML
@ironsoftware3 ай бұрын
We currently do not have any specific tasks at hand. However, you may consider generating templates that contain placeholders, which can then be populated with replacement text using the Replace method. For guidance on this, please refer to the following resource: learn.microsoft.com/en-us/dotnet/api/system.string.replace?view=net-8.0."
@prakharsingh27196 ай бұрын
how can i add logo of my organisation in the middle of the code??
@ironsoftware3 ай бұрын
Utilize our watermarking functionality to achieve the following objectives, as detailed below: ironpdf.com/examples/pdf-watermarking/"
@eduardofernandes5696 ай бұрын
ChromePdfRenderer() impossible to import!? How do I solve it? Pycharm asks to create a class.
@ironsoftware3 ай бұрын
Please use the following link to create your support ticket: ironsoftware.com/ticket-submission/
@justinwheetley6 ай бұрын
Warehouse personnel aren't wanting to click around. You should have set up a scanner listener.
@ironsoftware3 ай бұрын
That is a valid observation, thank you for the suggestion.
@LifeChanger_._6 ай бұрын
Go SelectPDF, have had no issues like here, and it is a small platform unlike IronPDF which is huge and installs a lot of supporting packages to make it work. SelectPDF only has 3 files.
@ironsoftware3 ай бұрын
Additionally, we offer IronPDF.Slim, which does not require the installation of Chromium Html To Pdf resources. For further details on this package, please refer to the following link: www.nuget.org/packages/IronPdf.Slim/.
@DrEnginerd17 ай бұрын
What about checkboxes?
@ironsoftware3 ай бұрын
Kindly refer to the provided link in the description below and do not hesitate to request assistance from our engineer during our live chat on the website.
@janep46528 ай бұрын
Yes, but how do I read a barcode from a camera stream?
@ironsoftware3 ай бұрын
You are required to establish the camera stream and dispatch the frames to your IronBarcode for scanning purposes.
@lostinheaven65568 ай бұрын
this package work in linux cent os?
@ironsoftware3 ай бұрын
Indeed, we endorse CentOS and numerous other Linux distributions. We encourage you to review our documentation on the setup process for each. Please visit our website at ironsoftware.com/csharp/barcode/how-to/linux for detailed instructions.
@nkkounmany39028 ай бұрын
Hi brother if would like to print to printer, like bluetooth printer, how to do that. Example I would like to print text "Hello world" on buttonPrint click.
@ironsoftware3 ай бұрын
Kindly refer to the provided link in the description below and do not hesitate to request assistance from our engineer during our live chat on the website.
@eboubaker37228 ай бұрын
Your licence price is a joke. I will spend time learning how to interact with a selenium chromium running in docker rather than pay $700
@ironsoftware3 ай бұрын
We express our sincere gratitude for your feedback and regard your perspective as highly valuable. Your suggestions will be meticulously taken into account to improve the forthcoming licensing strategy.
@rylox138 ай бұрын
hello im sending a two lines pdf to print using ironpdf but it take about 8secs is this a normal printing time?
@ironsoftware2 ай бұрын
Hello @rylox13! Could you please try lowering the DPI by doing pdf.Print(DPI);? If you want quick support you can use free live support on our website ironsoftware.com/csharp/print/. Thanks :)
@erenozdemir21768 ай бұрын
It doesn't send to the printer I selected, it sends to the default printer
@ironsoftware2 ай бұрын
Hello erenozdemir2176 . We need more information to help you. Please visit our website and start a live chat with our support team. The link ironsoftware.com/csharp/print/ . The live chat is at the bottom right corner. Thanks :)
@izecjaxn99718 ай бұрын
I'm using MudBlazor on top of Blazor. I'm unable to import the SCSS files as CSS.
@ironsoftware2 ай бұрын
Hello @izecjaxn9971. We need more information to help you. Please visit our website and start a live chat with our support team. The link ironpdf.com/. The live chat is at the bottom right corner. Thanks :)
@iceblazer82569 ай бұрын
Is there any tutorial on export gridview data to excel using this?
@ironsoftware3 ай бұрын
At present, we do not provide support for this particular matter.
@pulkitgarg18279 ай бұрын
Is this ironOCR created by you?
@ironsoftware2 ай бұрын
Hello @pulkitgarg1827 ! The IronOCR was created by our company (Iron Software). You can try other products too. Check out our website ironsoftware.com/. We have a free 30-day trial available for all of them! :)
@MaxDolotboy9 ай бұрын
Not even showing the result...
@ironsoftware3 ай бұрын
Kindly refer to the provided link in the description below and do not hesitate to request assistance from our engineer during our live chat on the website.
@brianolores865510 ай бұрын
Interesting! customer feedback was super helpful..
@carlosmollapaza926710 ай бұрын
Ticket format?
@ironsoftware2 ай бұрын
Hi, @carlosmollapaza9267! Could you please provide a bit more details about your question?
@OmedyStories10 ай бұрын
Hey , I just watched your video and I must say that it was really informative and well-made. I was wondering if I could help you edit your highly engaging thumbnails which will help your video to reach to a wider audience
@ironsoftware3 ай бұрын
Thank you, we will make a note to enhance our future video content.
@DasariMoulikaPriyanka11 ай бұрын
can u plzz give the source code
@gordantadic515611 ай бұрын
QuestPdf is free and beter
@ironsoftware2 ай бұрын
Hi @gordantadic5156 we're open to learning. What do you like about QuestPDF?
@NeilMohammad11 ай бұрын
its a qr code.
@ironsoftware3 ай бұрын
We recently launched IronQR, featuring machine learning detection for QR codes. Check it out at ironsoftware.com
@hatem445811 ай бұрын
At least say that your product adds a watermark, if you dont buy it.
@ironsoftware11 ай бұрын
Hi @hatem4458 you can use IronPDF on a free trial with full functionality ironpdf.com/
@MdeKok11 ай бұрын
This is a waste of time to watch. You compare apples with pears and decide that your apples are better. QuestPdf has a different approach in generating a pdf using a fluent api and is doing a fine job in that. It is not fair to QuestPdf that Iron Software is posting this very biased video.
@fenmadeveloper454111 ай бұрын
I agree. I see only output of a webpage in IronPdf. An very simple use of questPdf.
@ironsoftware3 ай бұрын
We are grateful for your feedback and value your perspective. Your suggestions will be carefully considered to enhance the quality and balance of our forthcoming videos.
@rikudouensof Жыл бұрын
Still cannot find anthing. By the way, let me see the pricing
@ironsoftware2 ай бұрын
Hi @rikudouensof . You can find the latest prices here ironpdf.com/licensing/. If you need any help, please let us know in the live chat on our website. Thanks :)
@jakubtracz7946 Жыл бұрын
Such a biased comparison...
@ironsoftware2 ай бұрын
Hi @@jakubtracz7946 help even it out. Tell us what you like about QuestPDF. We’re open to learning and appreciate different libraries are suited to different use cases.
@jakubtracz79462 ай бұрын
@@ironsoftwareSeriously? You created 2 totally different documents and then commented "As you can see, IronPDF has produced a much better result". How can you compare an almost empty PDF with one created from a pre-existing HTML?
@TheHvidsten Жыл бұрын
This doesn't create a PDF file from a byte array. All this does it print the values of a byte array inside a <h1> element and render this element as a PDF. This does not adress the issue of if you have a PDF file in a database and you want to manipulate it with IronPDF.
@ironsoftware3 ай бұрын
Kindly refer to the provided link in the description below and do not hesitate to request assistance from our engineer during our live chat on the website.
@TannerGruebele Жыл бұрын
What is the comparison here? IronPDF takes an html file and renders it as PDF. Nicely, I would add. But Quest is a library to create the actual content and generate that as a pdf. Can Iron design and create the content as well as generating the pdf from HTML? Seems like they are two different tools for two different use cases? Am I wrong about my observation?
@ironsoftware3 ай бұрын
We are grateful for your feedback and value your perspective. Your suggestions will be carefully considered to enhance the quality and balance of our forthcoming videos.
@tinafernandez4138 Жыл бұрын
☺️ 'Promo sm'
@ironsoftware2 ай бұрын
We hope your comment means you like this video very much! :)
@danielgibson3995 Жыл бұрын
You actually just saved me, working on a uni project and this works perfectly, thank you so much man, will definitely share this vid
@muhammadhisyamuddinbinhamz2993 Жыл бұрын
Can i use ironXL to physically open an Excel File? Coz i've been trying your many tutorials and nothing seems to work.
@ironsoftware11 ай бұрын
Hi there Thank you for your question. Here is the answer from our engineer - "As the video shows you can load workbook from specified file using WorkBook.Load() method. You must make sure the excel file is not opened in other application. " Hope that helps answering your question!
@dabiun7443 Жыл бұрын
aw man this is not free :/
@ironsoftware11 ай бұрын
Hi @dabiun7443 it's not free - but we have a free trial if you'd like to test it out. IronPDF - ironpdf.com/