Click here to Skip to main content
15,905,325 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataSet.HasChanges won't become True Pin
Jimbo221-Apr-06 1:40
Jimbo221-Apr-06 1:40 
GeneralRe: DataSet.HasChanges won't become True Pin
MohammadAmiry1-Apr-06 5:20
MohammadAmiry1-Apr-06 5:20 
GeneralRe: DataSet.HasChanges won't become True Pin
Jimbo221-Apr-06 22:52
Jimbo221-Apr-06 22:52 
GeneralRe: DataSet.HasChanges won't become True Pin
MohammadAmiry2-Apr-06 10:12
MohammadAmiry2-Apr-06 10:12 
Questionfind tool in text editor Pin
abdelhameed8131-Mar-06 11:25
abdelhameed8131-Mar-06 11:25 
QuestionStreaming JPEG data into a PDF file Pin
alstroemeria31-Mar-06 10:58
alstroemeria31-Mar-06 10:58 
AnswerRe: Streaming JPEG data into a PDF file Pin
MarkInNH31-Mar-06 11:31
MarkInNH31-Mar-06 11:31 
GeneralRe: Streaming JPEG data into a PDF file Pin
alstroemeria31-Mar-06 12:01
alstroemeria31-Mar-06 12:01 
1. Acrobat Reader 5.1
2. Both files start off:
%PDF-1.4
%

3. The image may be large, but it is the exact same image in both files. File 1 -- generated by Pdfizer -- encodes the exact same jpeg that File 2 -- generated by my extension of PdfLibrary -- uses. File size: 3.04 kb
Not sure what you meant by having the preference to supress the display of large images.
4. As far as I know, the matrices are the same in both files.
5. DCTDecode? I put a question mark because I modelled my file after the working file. I'm not sure if this is the filter to which you are referring.

XObject from the working file (image data snipped):
4 0 obj
<</Width 192
/BitsPerComponent 8
/Name /img0
/Subtype /Image
/Height 39
/Filter /DCTDecode
/Length 3123
/ColorSpace /DeviceRGB
/Type /XObject
>>
stream
ÿØÿà JFIF  ` a  ÿÛ C 		

...
dà~µÝQEy•ˆÎê?ÿÙ
endstream
endobj


XObject from my file (image data snipped):
7 0 obj<</Type/XObject/Width 192/BitsPerComponent 8/Name/img7/Subtype/Image/Height 39/Filter/DCTDecode/Length 3123/ColorSpace/DeviceRGB>>stream
ÿØÿà JFIF  ` a  ÿÛ C 		

...
dà~µÝQEy•ˆÎê?ÿÙ
endstream
endobj


First one references img0 at 4 0 R in the page object.
Second one references img7 at 7 0 R in the page object.

Turns out the media box does not match
file 1: MediaBox [0 0 595 842]
file 2: MediaBox [0 0 612 792]
but I have trouble believing that this, alone, would keep the image from displaying.


Alice
GeneralRe: Streaming JPEG data into a PDF file Pin
MarkInNH3-Apr-06 13:02
MarkInNH3-Apr-06 13:02 
QuestionC# VS.2005 application deployment help Pin
BambooMoon31-Mar-06 10:44
BambooMoon31-Mar-06 10:44 
AnswerRe: C# VS.2005 application deployment help Pin
Ed.Poore1-Apr-06 8:50
Ed.Poore1-Apr-06 8:50 
GeneralRe: C# VS.2005 application deployment help Pin
BambooMoon2-Apr-06 7:14
BambooMoon2-Apr-06 7:14 
GeneralRe: C# VS.2005 application deployment help Pin
Ed.Poore2-Apr-06 9:08
Ed.Poore2-Apr-06 9:08 
QuestionHow to put a .gif picture in word doc. using c#? Pin
JuJAngel31-Mar-06 10:20
JuJAngel31-Mar-06 10:20 
QuestionTotally Beginner Question.. Updating SQL Server DB. Pin
HopefulCoder31-Mar-06 9:06
HopefulCoder31-Mar-06 9:06 
AnswerRe: Totally Beginner Question.. Updating SQL Server DB. Pin
xvaughan31-Mar-06 9:09
xvaughan31-Mar-06 9:09 
GeneralRe: Totally Beginner Question.. Updating SQL Server DB. Pin
HopefulCoder31-Mar-06 9:21
HopefulCoder31-Mar-06 9:21 
QuestionHow to register C# COM class? Pin
CherezZaboro31-Mar-06 8:52
CherezZaboro31-Mar-06 8:52 
QuestionTimer stop working??? Pin
Small Rat31-Mar-06 8:26
Small Rat31-Mar-06 8:26 
AnswerRe: Timer stop working??? Pin
Judah Gabriel Himango31-Mar-06 9:04
sponsorJudah Gabriel Himango31-Mar-06 9:04 
GeneralRe: Timer stop working??? Pin
Small Rat31-Mar-06 9:57
Small Rat31-Mar-06 9:57 
GeneralRe: Timer stop working??? Pin
Robert M Greene1-Apr-06 15:04
Robert M Greene1-Apr-06 15:04 
QuestionProgram uses less RAM when minimised Pin
andy18031-Mar-06 7:37
andy18031-Mar-06 7:37 
AnswerRe: Program uses less RAM when minimised Pin
kasik31-Mar-06 8:15
kasik31-Mar-06 8:15 
GeneralRe: Program uses less RAM when minimised Pin
andy18031-Mar-06 8:29
andy18031-Mar-06 8:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.