Search found 30 matches

by kwaltman
Mon Mar 27, 2023 5:58 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Reset Page orientation to match Page Rotation
Replies: 7
Views: 4229

Re: Reset Page orientation to match Page Rotation

Alex, Thank you for getting this added. But, there appears to be a problem with this new method. It does remove the viewer rotation, but in the process, the page is clipped to a square when the orientation doesn't match. So the RemoveRotataion works fine when the Page.Rotate was set to 180. But when...
by kwaltman
Thu Mar 16, 2023 2:40 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Reset Page orientation to match Page Rotation
Replies: 7
Views: 4229

Re: Reset Page orientation to match Page Rotation

There are no annotations on the page.
by kwaltman
Thu Mar 16, 2023 12:07 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Reset Page orientation to match Page Rotation
Replies: 7
Views: 4229

Reset Page orientation to match Page Rotation

Currently, I have a few PDFs that view correctly as landscape pages. But internally, they are defined as portrait pages and with the page rotation set to 90 degrees. Is there a way to force or reset the orientation of the page to match the current rotation value is? Or resave the PDF to match the cu...
by kwaltman
Thu Dec 19, 2019 11:28 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: JPEG Image EXIF Orientation
Replies: 1
Views: 1426

JPEG Image EXIF Orientation

I have a JPEG file that I am loading as VintasoftImage. This image is loading rotated 90 to the left when viewed. If I view the same JPEG in Windows or nearly every other image viewer, it views in the correct orientation. I am sure this has something to do with the EXIF orientation command. I cannot...
by kwaltman
Tue Mar 06, 2018 7:11 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation Conversion
Replies: 3
Views: 14921

Re: Annotation Conversion

Thank you for the feedback. Is there a simple example of adding a PDFAnnotation to a VintaSoft PDFDocument Object that I can reference? I've tried something like this, but there must be more to it: Using Pdf As New Vintasoft.Imaging.Pdf.PdfDocument("c:\output\test.pdf") Dim sq As New Vinta...
by kwaltman
Sat Mar 03, 2018 12:26 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation Conversion
Replies: 3
Views: 14921

Annotation Conversion

If there a method to convert AnnotationData Objects to PDFAnnotation Objects? Or is there a way to save AnnotationData directly to a PDFPage object?
by kwaltman
Mon Jan 18, 2016 11:09 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: PDF Form Field not visible in Annotation Viewer
Replies: 2
Views: 6466

PDF Form Field not visible in Annotation Viewer

Is there a way to make the PDF Form Fields show as interactive Annotations in the Annotation Viewer Control?
by kwaltman
Mon Aug 31, 2015 6:07 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: StickyNoteAnnotationData not marked as serializable
Replies: 1
Views: 6040

StickyNoteAnnotationData not marked as serializable

When I am trying to serialize the Sticky Note annotation, I am getting the following error: Type 'Vintasoft.Imaging.Annotation.StickyNoteAnnotationData' in Assembly 'Vintasoft.Imaging.Annotation, Version=8.2.3.1, Culture=neutral, PublicKeyToken=153caf29a10d2e31' is not marked as serializable. All of...